Source Debugging

At the development stage, source debugging is the most useful, because it allows you to view the source code while you are debugging. To use source debugging, compile the program with the -Gd or -Ga option. Because these compiler options cause all of the source code to be bundled with the object code, you'll notice that the size of your object code grows considerably.

Note: Although the compiler accepts lines longer than 80 characters in TERMINAL format files, in source debugging mode the debugger does not display characters past the 80th column. If possible, use the AcuBench integrated debugger instead.