I am debugging object code outside of a project environment on a c6748 DSP and want to associate the source code symbols for the .obj code loaded, so I can single step though the source code to find my problem. Once in debug perspective I can load the .obj code but when I Run->load->load Symbols (and specify the starting address) for the .obj file it load symbols correctly but does not load the source code that was used to generated the .obj file. How can I tell the debugger where the source code is located so the debugger will load it as well and I can step through the source code when I am debugging outside of the project environment? (optimizations are turned off to help with debugging).


