Do Conditional Breakpoints work in managed COBOL?
I set a breakpoint on a line of code, right-click the red ball icon an select "Condition...", and enter the desired condition (using the same syntax as I used in Net Express): SEL-ERATE='EMN2 '. Execution just blows right past the Conditional Breakpoint. When I set a Regular Breakpoint at the next line of code and execute, examining the value of SEL-ERATE at each stop on the Regular Breakpoint and then clicking "Continue", I eventually get to where SEL-ERATE is "EMN2 ". BUT the Conditional Breakpoint on the immediately preceding line of code didn't catch it!
What am I missing here?
↧