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 BreakpointManagerAbstractLineInfoManager. getBreakpointManager()BreakpointManagerGosuPanel. getBreakpointManager()Method parameters in editor with type arguments of type BreakpointManager Modifier and Type Method Description static JMenuItemCommonMenus. makeMuteBreakpoints(Supplier<BreakpointManager> bpm)static JMenuItemCommonMenus. 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(VirtualMachine vm, BreakpointManager bpm)
-