Set or remove logpoints
-
- UpdatedAug 1, 2024
- 2 minutes to read
- Xanadu
- Building applications
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