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