| Home | Previous Lesson: Breakpoints Next Lesson: Breakpoint On a Counter Value |
Sometimes, you may not want to debug a particular line every time that line gets executed, instead you may want to debug it on certain conditions. If that is the case, you can specify an expression that returns TRUE/FALSE values in the condition prompt. PowerBuilder suspends the execution when that expression returns true.
| Home | Previous Lesson: Breakpoints Next Lesson: Breakpoint On a Counter Value |