Quantcast
Channel: Visual COBOL - Forum - Recent Threads
Viewing all articles
Browse latest Browse all 4356

RE: Conditional Breakpoints in managed COBOL

$
0
0

VC for VS2013 2.3 Update 2.

I just did a parallel test between a native COBOL .dll and its managed COBOL class counter part.  I set two breakpoints in each on the same lines of code.

The first break point is conditional on a variable (Group Item) being equal to a specific value.  The second breakpoint is regular a couple of lines down.

The conditional breakpoint works in the native COBOL program, stopping when the variable's value is equal to the specified value.

The conditional breakpoint in the managed COBOL never gets triggered.  I can examine the content of the variable at the following regular breakpoint and see that it has been set to the conditional breakpoint's specified value, but apparently the conditional breakpoint can't see the value or can't signal for a stop.

Could this be related to my issue with not being able to see IO status when hovering over a file name?


Viewing all articles
Browse latest Browse all 4356

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>