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.