Hi,
Just installed the 4.2.5.00005 patch for CCS, and for some legacy problem i cannot upgrade to CCS 5.
I have met a problem that breakpoints cannot be set in library projects. The main project, for convenience sake called A, uses static .lib libraries built in project B, C and so on. Both A, and library projects B, C, ... are set as "debug type", and have full symbolic debug enabled.
Googled and some forum threads saying option "--symdebug:dwarf, -g" should be enabled as was exactly the case. However, neither by double-clicking the left margin of the editor, nor by right-clicking and then choosing New Breakpoint>>Breakpoint or Toggle Breakpoint could set breakpoint in library projects, but in main executable project A it is all fine.
Looks like this:
Could this get fixed?
/////////////////////////////////////////////////////
Adding to the problem description:
Although it is not possible to set breakpoints in editor in library projects, they can be set in disassembly, and those disassembly breakpoints are functional. But setting them in disassembly is not as free as in editor and the area where I can drag the disassembly window slider bar to navigate to is much limited.
/////////////////////////////////////////////////////
Paul
