next up previous contents index
Next: 5.1.2 How the Debugger Up: 5.1 Debugging with SDCDB Previous: 5.1 Debugging with SDCDB   Contents   Index

5.1.1 Compiling for Debugging

The --debug option must be specified for all files for which debug information is to be generated. The compiler generates a .adb file for each of these files. The linker creates the .cdb file from the .adb files and the address information. This .cdb is used by the debugger.



Erik Petrich 2006-07-28