I have a project (Test2) which uses another library (driver.ae9: driver.c) (actually the driver is an own RTSC packet that is built with the external xdc tool suite).
However, I want to debug code in the driver.c file. Therefore I set a breackpoint in the driver.c file.
Unfortunately, the debugger does not stop on the requested breakpoint! I have to step through the code or find the desired label in the disassembly window.
This is very time consuming.
How would you suggest debuging interrupt handlers then?
Even the old CCS 3.3 was able to recognize breakpoints in library source files. When is CCS 5 going to support that?
regards
Thomas
