breakpoint.ql
| 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. |
Pauses the program and puts the user in a debugger.
The number of milliseconds spent in the debugger