Tool/software: Code Composer Studio
I have a C application that I ported to C++. I am trying to debug the application, but the CSS debugger doesn't stop at the main() . The red STOP icon is available, but the pause button is not. I have tried adding breakpoints, but it does not stop at the breakpoints either. I have no issue debugging a C program. I am not even sure it's actually loading and starting at this point? Can anyone provide some guidance on debugging C++ applications??
Using a TM4C123G eval board.
Thanks!