static JMenuItem |
CommonMenus.makeDropFrame(java.util.function.Supplier<Debugger> debugger,
java.util.function.Supplier<com.sun.jdi.StackFrame> frame) |
static JMenuItem |
CommonMenus.makeEvaluateExpression(java.util.function.Supplier<Debugger> debugger) |
static JMenuItem |
CommonMenus.makePause(java.util.function.Supplier<Debugger> debugger) |
static JMenuItem |
CommonMenus.makeResume(java.util.function.Supplier<Debugger> debugger) |
static JMenuItem |
CommonMenus.makeRunToCursor(java.util.function.Supplier<Debugger> debugger,
java.util.function.Supplier<BreakpointManager> bpm,
java.util.function.Supplier<GosuEditor> editor) |
static JMenuItem |
CommonMenus.makeShowExecutionPoint(java.util.function.Supplier<Debugger> debugger) |
static JMenuItem |
CommonMenus.makeStepInto(java.util.function.Supplier<Debugger> debugger) |
static JMenuItem |
CommonMenus.makeStepOut(java.util.function.Supplier<Debugger> debugger) |
static JMenuItem |
CommonMenus.makeStepOver(java.util.function.Supplier<Debugger> debugger) |