basic.debugger.d

Command/BASIC: Debugger, Releases: AP, R83, and AP 6.0 FlashBASIC

Displays trace and break table.

Syntax

{Flash.routine.name:}d

Description

displays the contents of the 'breakpoint' and 'trace' table.

'breakpoints' are established using the 'b' command and cause the debugger to be invoked on a specific condition.

'trace' table entries are established with the 't' command and their current values are automatically displayed each time the debugger is entered.

Example

The following table shows that there are two variables being traced and one
break point active.

*d
T1 incount
T2 client.number
T3
T4
T5
T6
B1 b$=250
B2
B3
B4

See Also

Command Name Type Description
basic.debugger.k Command Kills breakpoint.
basic.debug Statement Invokes Pick/BASIC debugger.
basic.debugger.overview Introductory facilitates the debugging of new Pick/BASIC programs and the maintenance of existing Pick/BASIC programs.
basic.debugger.de Command Invokes virtual debugger from Pick/BASIC debugger.
basic.debugger.n Command Executes through 'n' breakpoints before stopping.
basic.debugger.u Command Removes trace table entry
basic.debugger.debug Command Invokes virtual debugger from Pick/BASIC debugger.
basic.debugger.t Command Establishes trace table entry.
basic.debugger.variable.references Command References string and array variables.
system.debugger.e Command Toggles the single-step feature on or off.
basic.debugger.b Command Sets breakpoint condition.

User Comments

What do you think?

Share your experience or ask a question by using the form below.

Login to leave your comments.