Documentation Comments
Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.
RealityV15.1Online Documentation (MoTW) Revision 7
Z command (DataBasic debugger) (m618706+z.htm)
Specify an alternative source file for the DataBasic program being debugged.
Z {file-specifier}
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.
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.
*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.