I'm developing on an embedded TMS320C33 using Code Composer 4.10.37 (not Code Composer Studio). After loading the project on the target, I select Debug-->Go Main, but only the Dis-Assembly window with the current PC opens, not the main.c file. Even if I manually open main.c and set a breakpoint in it, I can only step through the dis-assembly window. Other c files in the project don't have this problem: if I step into another file's function from the main dis-assembly, the correct c file opens allowing me to then step-through the c code. I checked all Build Options, and verified I'm generating symbolic debug information; all symbols are global; and that I'm running in RAM.
Thanks for any help.