Z
Specify an alternative source file for the DataBasic program being debugged.
Syntax
Z {file-specifier}
Syntax Elements
file-specifier The name of the alternative file containing the source code of DataBasic program being debugged.
See General Conventions for the full syntax of file-specifier.
If omitted, the currently selected alternative source file is closed.
Comment
If an alternative file is specified, the debugger attempts to load the source code from that file. If the source cannot be found, the file specified in the executable object is tried.
Examples
*Z BP FORMAT
Assigns BP as the alternative source file for the current program.
*Z DICT SOURCES
Assigns the dictionary of the file SOURCES as the alternative source file for the current program.