Interface IDbgCmdContext

The command context provided by the runtime when executed.

Hierarchy

  • IDbgCmdContext

Properties

Properties

dbg: IDbg

The current IDbg

exec: ((cmdLine, cmdContext?) => any)

Type declaration

    • (cmdLine, cmdContext?): any
    • Execute another function from the current function

      Parameters

      • cmdLine: string

        The full command line to execute

      • Optional cmdContext: DbgContextValues

        Additional context variables to include in the scope of executing the command.

      Returns any

log: IDbgLog

Access to the logging functions

Provides access to the current context variables

Generated using TypeDoc