Toad
Debugger is stopping regardless of the condition set on breakpoint. For example the condition is <boolean variable> = true. TOAD will stop at the breakpoint regardless of whether the boolean value is TRUE or FALSE.
The condition needs to be set as follows:
<boolean variable> = 'TRUE'
If the condition is set without the single-quotes around the value, TOAD will stop at the breakpoint regardless of the condition.
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center