Set or remove logpoints
-
- UpdatedAug 3, 2023
- 2 minutes to read
- Vancouver
- API implementation
The Vancouver release is no longer supported. As such, the product documentation and release notes are provided for informational purposes only, and will not be updated.
Set breakpoints or conditional logpoints to log messages to the console at specific lines, and remove logpoints when you are done debugging them.
Before you begin
- Set the glide.debug.log_point system property to true. See Available system properties for more information.
- Role required: admin or script_debugger
About this task
Note: At a specific line, you can set
either a logpoint or breakpoint but not both.
Procedure