Uses of Class
editor.debugger.BreakpointManager
-
Packages that use BreakpointManager Package Description editor editor.debugger -
-
Uses of BreakpointManager in editor
Methods in editor that return BreakpointManager Modifier and Type Method Description protected BreakpointManager
AbstractLineInfoManager. getBreakpointManager()
BreakpointManager
GosuPanel. getBreakpointManager()
Method parameters in editor with type arguments of type BreakpointManager Modifier and Type Method Description static JMenuItem
CommonMenus. makeMuteBreakpoints(Supplier<BreakpointManager> bpm)
static JMenuItem
CommonMenus. makeToggleBreakpoint(Supplier<BreakpointManager> bpm, Supplier<GosuEditor> editor)
Constructor parameters in editor with type arguments of type BreakpointManager Constructor Description MuteBreakpointsActionHandler(Supplier<BreakpointManager> bpm)
-
Uses of BreakpointManager in editor.debugger
Constructors in editor.debugger with parameters of type BreakpointManager Constructor Description Debugger(com.sun.jdi.VirtualMachine vm, BreakpointManager bpm)
-