gnucobol-debug icon indicating copy to clipboard operation
gnucobol-debug copied to clipboard

use of `-fgen-c-line-directives` with versions >= 3.1

Open GitMensch opened this issue 11 months ago • 0 comments

@OlegKunitsyn @marcsosduma

GnuCOBOL 3.1 added the option to generate line directives, so that GDB will actually know about the COBOL source lines. This is auto-included -g. It may make the logic easier - and may also be used already, just wanted to drop a note about that.

GitMensch avatar Jul 28 '23 06:07 GitMensch