basic.debugger.z

Command/BASIC: Debugger, Releases: R83

Establishes location of source program.

Syntax

z {dict} file.reference item-id z

Description

establishes the file location of the source program item that corresponds to the program currently being executed.

The 'z' command, followed by a <return>, prompts for the file.reference and itemname.

This is provided for backward compatibility only -- In Advanced Pick, the debugger automatically establishes a link to the source program, provided that it exists.

Example

*z bp myprogram
*L1-2
001 program myprogram
002 * program to demo the 'z' command

See Also

Command Name Type Description
basic.debugger.$ Command Displays current program name and line number.
basic.debugger.overview Introductory facilitates the debugging of new Pick/BASIC programs and the maintenance of existing Pick/BASIC programs.
basic.debugger.l Command Lists program source line(s).
basic.debugger.c Command Toggles source line display feature.

User Comments

What do you think?

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

Login to leave your comments.