AbstractDebuggerAction

constructor(debugger: AvailDebugger, name: String, shortcut: AvailDebuggerShortcut? = null)

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.