Skip to main content

trace

trace

ParameterTypeDescription
Does not require any parameters

Description

You use trace to debug your code during the development of an application.

The trace command turns on the Qodly debugger for the current process. The Debugger is displayed before the next line of code is executed, and continues to be displayed for each line of code that is executed.

A valid debug session must be launched for a trace call to open the debugger. Otherwise, the trace command is ignored.