org.autoplot.scriptconsole.ScriptPanelSupport.MyOutputStream

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


checkState

checkState( int b ) → void

Parameters

b - an int

Returns:

void (returns nothing)

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


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

write( int b ) → void

Parameters

b - an int

Returns:

void (returns nothing)

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

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