basic.debugger.u

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

Removes trace table entry

Syntax

{Flash.routine.name:}u{variable}

Description

removes from the trace table a given variable, or all variables, previously specified with the 't' command.

A '-' (minus) character is displayed for each trace table entry successfully removed from the table.

The 'u' command, followed by a <return>, clears all trace table entries.

Example

*uclient.number

This removes the trace on variable, 'client.number' fromt the table.

*u

This removes all traced variables from the table.

See Also

Command Name Type Description
basic.debugger.t Command Establishes trace table entry.
basic.debugger.variable.references Command References string and array variables.
basic.debugger.d Command Displays trace and break table.
basic.debugger.k Command Kills breakpoint.
basic.debugger.overview Introductory facilitates the debugging of new Pick/BASIC programs and the maintenance of existing Pick/BASIC programs.

User Comments

What do you think?

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

Login to leave your comments.