superbol-studio-oss icon indicating copy to clipboard operation
superbol-studio-oss copied to clipboard

superbol-debug: function breakpoints don't work

Open GitMensch opened this issue 1 year ago • 1 comments

I've added both a C function breakpoint "cob_stop_run" and a COBOL one "PROG2" (which is, of course, CALLed from the main program); neither worked (the program executed without waiting)

GitMensch avatar Aug 20 '24 16:08 GitMensch

Calls on the COBOL side should be fixed by #454. Support for C-side breakpoints needs to be tested again.

nberth avatar Nov 12 '25 09:11 nberth