Hi,
When I compile a C program with DEBUG specified, it produces a ".dbg" file containing the DWARF format debugging information needed by the USS dbx debugger.
When I compile a PL/I program with option TEST(ALL,HOOK,SEPARATE), it produces a ".sid" file. Which does not look like the same format at all.
Is there a way to get the PL/I compiler to generate a ".dbg" file usable by the USS dbx debugger?
Frank
Frank_O_Myers@IBM