org.autoplot.scriptconsole.DebuggerConsole

little GUI for printing the PDB output and sending commands to it. See http://autoplot.org/developer.jython.pdb


continu

continu( ) → void

Returns:

void (returns nothing)

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


getEval

getEval( ) → PyObject

get the evaluation

Returns:

PyObject

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


getInstance

getInstance( javax.swing.JPanel panel ) → DebuggerConsole

get the single instance of the DebuggerConsole.

Parameters

panel - panel to use for the focus of the JDialog created the first time.

Returns:

the DebuggerConsole.

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


next

next( ) → void

Returns:

void (returns nothing)

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


print

print( String s ) → void

Parameters

s - a String

Returns:

void (returns nothing)

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

print( String s, Object state ) → void

println

println( String s ) → void

Parameters

s - a String

Returns:

void (returns nothing)

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


setEval

setEval( String expr ) → PyObject

set the expression to evaluate

Parameters

expr - a String

Returns:

the evaluation, if possible.

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


setInterp

setInterp( PythonInterpreter out ) → void

set the interpreter we to control.

Parameters

out - a PythonInterpreter

Returns:

void (returns nothing)

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


up

up( ) → void

Returns:

void (returns nothing)

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