Hi,
Recently i have noticed a issue with debug option in VC 2.3. I am able to debug code line by line in winform (code behind) but visual studio just skips the debug pointer to next statement during call to unmanaged cobol program. Unmanaged code was executed just that visual studio do not debug line by line.
This happened after i have upgraded Visual cobol 2.2 to 2.3 update 2. VC 2.2 use to debug called programs as well, i mean line by line execution.
I have verified my debug setting and everything looks good.