Package | Description |
---|---|
oracle.ide.runner |
Contains classes that allow addins some level of control on the IDE runner system.
|
Modifier and Type | Method and Description |
---|---|
DebuggerEvaluator |
DebuggerEvaluator.getEvaluator(DebuggerThread thread)
Get a new evaluator for another thread.
|
DebuggerEvaluator |
DebuggerEvaluator.getEvaluator(int stackFrame)
Get a new evaluator for a specific 0-based stack frame for the same thread as the current evaluator
|
Modifier and Type | Method and Description |
---|---|
void |
DebuggerExtender.setEvaluator(Context context, DebuggerEvaluator evaluator)
Called after the debuggee has stopped and the stack window is refreshed.
|
void |
DebuggerWindowProvider.setEvaluator(DebuggerEvaluator evaluator)
Called each time the user changes stackframe or thread, supplying a new evaluator for that thread and stackframe.
|