System Debugger

Command Name Type Description
system.debugger.functions Definition System debugger replacement/display functions.
system.debugger.dfs Definition Overview of format specifications.
system.debugger.drs Definition How data is referenced.
system.debugger.: Command Pushes level from debugger.
system.debugger.a Command Displays current instruction address.
system.debugger.addd Command Adds integer numbers.
system.debugger.addx Command Adds hexadecimal numbers.
system.debugger.b Command Sets breakpoint condition.
system.debugger.c Command Specifies character display format.
system.debugger.d Command Displays breakpoint and trace table entries.
system.debugger.db Command Toggles debugger.
system.debugger.divd Command Divides integer numbers.
system.debugger.divx Command Divides hexadecimal numbers.
system.debugger.dtx Command Converts decimal to hexadecimal.
system.debugger.dws Command How windows are specified.
system.debugger.e Command Toggles the single-step feature on or off.
system.debugger.end Command Terminates process and returns to TCL.
system.debugger.g Command Transfers execution to statement label.
system.debugger.i Command Activates integer display format.
system.debugger.k Command Kills breakpoint.
system.debugger.l Command Displays frame link fields.
system.debugger.m Command Toggles modal trace.
system.debugger.md Command Enters monitor debugger from system debugger.
system.debugger.me Command Attaches current process to remote process.
system.debugger.muld Command Multiplies integer numbers.
system.debugger.mulx Command Multiplies haxadecimal numbers.
system.debugger.n Command Ignores breakpoints for specified number of times.
system.debugger.off Command Terminates process.
system.debugger.overview Introductory Overview of system debugger.
system.debugger.p Command Toggles listflg.
system.debugger.r Command Specifies indirect register address.
system.debugger.subd Command Subtracts integer numbers.
system.debugger.subx Command Subtracts hexadecimal numbers.
system.debugger.t Command Sets trace table entry.
system.debugger.time Command Displays current time and date.
system.debugger.u Command Removes trace table entry.
system.debugger.w Command Specifies hexadecimal display format.
system.debugger.x Command Specifies hexadecimal display format.
system.debugger.xtd Command Converts hexadecimal to decimal.
system.debugger.y Command Sets y-trace table entry.
system.debugger.z Command Cancels previous y command.
system.debugger.[ Command Indicates the entry of hexadecimal words.
Back to Category Listing