Unconfigured Ad Widget

Collapse

Announcement

Collapse
No announcement yet.

Complex breakpoint condition in debug

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Complex breakpoint condition in debug

    Hello, Is there a reason for IBM not to implement the use of "and " and "or" logical operators when defining a breakpoint in STRDBG or STRISDB? It looks like a must to me... Cris

  • #2
    Re:Complex breakpoint condition in debug

    I believe you can setup a "conditional" watch on a variable which will break whenever/where-ever the condition is met by an executed statement in the program...Hope to help.

    Comment

    Working...
    X