Xbasic
XBASIC_TRACE_START Function
Syntax
V XBASIC_TRACE_START(C filename[,L dump_variables])
Arguments
- filename
The name of the file to receive the debug data. Character
- dump_variables
Optional. Default = .F. Logical. .T. = Save variable information, .F. = Do not save variable information.
Description
The XBASIC_TRACE_START() function writes all debuggable executed Xbasic code lines to a file.
Limitations
Desktop applications only.
See Also