Skip to main content

Debugging C language modules called by COBOL

  • February 15, 2013
  • 0 replies
  • 0 views

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