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
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
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.