Home

Packages: LIBDB CVS

Use: Debug



How could I debug my COBOL programs with TinyCOBOL?

To debug a COBOL program generated by TinyCOBOL, you will need of use the switch "-g" during the compilation and after, use gdb to debug the program.

htcobol -g programname.cob
gdb programname

How could I use GDB?

In first hand, you should learn GDB. Does exist a lot of tutorials and books in the internet.

BTW, It's not so hard to learn: