| / | Index Level | [ |
| Syntax |
z {dict} file.reference item-id
z |
| Category | BASIC Debugger |
| Type | Command |
| 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 D3, the debugger automatically establishes a link to the source program, provided that it exists. |
| Options | |
| See Also | $ debugger l c{!} |
| Example |
*z bp myprogram
*L1-2 001 program myprogram 002 * program to demo the "z" command |
| Warnings | This is NOT supported in FlashBASIC. |
| Compatibility | R83 |
| / | Index Level | [ |