breakpoint.ql

breakpoint.ql
Contents of the file.

Function Overview

Function Description
native fun breakpoint() Pauses the program and puts the user in a debugger.
native fun breakpoint(condition) Pauses the program and puts the user in a debugger if the given condition is true.

Functions

native fun breakpoint() link

Pauses the program and puts the user in a debugger.

Returns int

The number of milliseconds spent in the debugger

native fun breakpoint(condition) link

Pauses the program and puts the user in a debugger if the given condition is true.

Returns int

The number of milliseconds spent in the debugger, or -1 if the condition is false