[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [open-cobol-list] use of -g for debugging
From: |
Keisuke Nishida |
Subject: |
Re: [open-cobol-list] use of -g for debugging |
Date: |
Tue Jun 4 19:01:03 2002 |
User-agent: |
Wanderlust/2.6.0 (Twist And Shout) SEMI/1.14.3 (Ushinoya) FLIM/1.14.3 (UnebigoryĆmae) APEL/10.3 Emacs/21.2 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI) |
At Tue, 04 Jun 2002 10:00:18 -0600,
Richard A. Painter <address@hidden> wrote:
>
> in a previous list entry it was stated that in order to get gdb to
> reference the cobol src two things were needed: 1) using cobc -c -g
> and 2) adding a patch to codegen.
Sorry, it was my misunderstanding. You cannot get your COBOL source
referenced from gdb, at least for now. Please compile the generated
C files with -g and trace the C file.
I will remove the -g option in the next version.