Abstract Debugger Action
fun AbstractDebuggerAction( debugger: AvailDebugger, name: String, shortcut: AvailDebuggerShortcut? = null)
Content copied to clipboard
Construct a new AbstractDebuggerAction.
Parameters
debugger
The owning AvailDebugger.
name
The name of the action.
shortcut
The AvailDebuggerShortcut used to invoke the action or null if there is no shortcut for this AbstractDebuggerAction.