basic.debugger.z Command/BASIC: Debugger
basic.debugger.z
| Command | basic.debugger.z Command/BASIC: Debugger Applicable release versions: R83 |
|---|---|
| Category | BASIC: Debugger (38) |
| 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. |
| Syntax | z {dict} file.reference item-id z |
| Options | |
| Example | *z bp myprogram *L1-2 001 program myprogram 002 * program to demo the "z" command |
| Purpose | |
| Related |
basic.debugger.$ basic.debugger.overview basic.debugger.l basic.debugger.c |
