Skip to main content

Problem:

Debugging C language modules called by COBOL

Resolution:

Compile the C modules for DEBUG ie using the C compiler specifiy -g then link the .o's with the COBOL - now when starting the application start it through the C language debugger ie dbx applicationname

then set breakpoints in the C functions that need debugging

Old KB# 7166