basic.debugger.z
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
User Comments
What do you think?
Share your experience or ask a question by using the form below.
Login to leave your comments.
