org.autoplot.scriptconsole.AppScriptPanelSupport.MyOutputStream

MyOutputStream( java.io.OutputStream out, org.autoplot.scriptconsole.DebuggerConsole dc )

checkState( int b ) → void [view source]

getReturnFlag

getReturnFlag( ) → boolean

PDB has just returned from a routine, so don't close the debugging session.

Returns:

a boolean

[search for examples] [view on GitHub] [view on old javadoc]

write( int b ) → void [view source]
write( byte[] b ) → void [view source]
write( byte[] b, int off, int len ) → void [view source]