Debugger class. Will stop the execution of the code until the continue event is triggered. This is used to debug the code in a more controlled way. This class is only active when the server debug mode is enabled.
debug
Stops the execution of the code until the continue event is triggered.
Unique identifier for the breakpoint
Arguments to be displayed when the breakpoint is hit
Similar to a breakpoint, but it doesn't stop the execution of the code, just logs the information.
Unique identifier for the watchpoint
Arguments to be displayed when the watchpoint is hit
Debugger class. Will stop the execution of the code until the continue event is triggered. This is used to debug the code in a more controlled way. This class is only active when the server
debug
mode is enabled.