home *** CD-ROM | disk | FTP | other *** search
- Copilot Debugger Help -------------------------------------------------------
- d [<address>] [l<count>] Dump memory using previous type
- da [<address>] [l<count>] Dump memory ASCII
- db [<address>] [l<count>] Dump memory bytes
- dd [<address>] [l<count>] Dump memory double-words (longs)
- dw [<address>] [l<count>] Dump memory words
- dh [-d] <handle> Dump handle pointer, size (-d dumps data too)
- ds Dump active module's symbols
-
- bc <bpid> Clear breakpoint
- bd <bpid> Disable breakpoint
- be <bpid> Enable breakpoint
- bl List breakpoint(s)
- bp [-na] [<address>] Set breakpoint (-na breaks at next app startup)
-
- e <address> <value> [...] Enter using previous type
- ea <address> <value> [...] Enter ASCII
- eb <address> <value> [...] Enter bytes
- ed <address> <value> [...] Enter double-words
- ew <address> <value> [...] Enter words
-
- g [=<address>] [<address>] Start execution and stop when address is reached
- *j <expr> ? "<true cmd list>" : "<false cmd list>"
- k Stack backtrace
- ln [<address>] List closest symbols before and after address
- p [=<address>] [<count>] Execute an instruction (won't trace into JSR, etc)
- r [<reg> <value>] Dump or set registers
- set [<var> [<value>]] Dump, clear, or set a variable's value
- t [=<address>] [<count>] Trace an instruction
- u [<address>] [l<count>] Display unassembled instructions
-
- *zd Run the default command
- *zl List the default command
- *zs "<cmd list>" Set the default command
-
- n [<radix>] Show/set default number base (radix)
-
- ?, help Show this help
- <Enter> Repeat the previous command
-
- Legend ----------------------------------------------------------------------
- <reg>
- <address>
- <value>
- <range> [<address>] [l<expr>]
- <expr>
- <bpid> <id> | '*'
- <cmd list>
- <var>
-
- Debugger Variables ----------------------------------------------------------
- _NumLines (0-any): Default number of lines dumped by 'u', 'd', etc commands
- _BreakCmd ("cmd"): Command executed after step, trace, or break into
- debugger
- _NextDump
- _NextDisasm
-