XBASIC_TRACE_START()

Syntax

XBASIC_TRACE_START( Filename as C [, Dump_Variables as L ] )

Argument

Description

Filename

The name of the file to receive the debug data.

Dump_Variables

Optional. Default = .F.

  • .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.

Supported By

Alpha Five Version 5 and Above

Limitations

Desktop applications only.

See Also

Developer Functions, TRACE Functions and Methods