Part Number:TM4C1294NCPDT
Tool/software: Code Composer Studio
Hi All,
I have a project written in C++ with CCS 8.2.0.00007 and TI 18.1.4 TLS compiler, where I have a base class, deriving two more classes from it. Let's call them "A" and "IOResource". If I want to debug A, everything looks fine, I can place breakpoints, and can enter into the methods (pressing F5), however, if I want to debug IOResource, the debugger just fall trough the method call, and I cannot activate any breakpoints. I opened up the disassembler, view and stepping into assembly instructions, I could go into the method.
Image may be NSFW.
Clik here to view.
This is what I got, and when I tried to place a breakpoint, it remained inactive.
Can anybody help me to solve this issue? What did I wrong?
Regards,
Norbert