Step Into Action
class StepIntoAction(val workbench: AvailWorkbench) : AbstractWorkbenchAction
Content copied to clipboard
A StepIntoAction causes the current fiber to run the smallest step, which is one or a few L1 nybblecodes, and then suspend again for the debugger. If a non-primitive method invocation is one of the instructions, it creates the new frame and immediately suspends it.
Parameters
workbench
The owning AvailWorkbench.
Constructors
Link copied to clipboard
Construct a new StepIntoAction.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun removePropertyChangeListener(p0: PropertyChangeListener)
Content copied to clipboard
Link copied to clipboard