I am using CCSv5 to remotely debug a linux application running on a DM8168. I am inserting breakpoints by right clicking in the margin next to the desired line and pressing "Toggle Breakpoint". The breakpoint indicator appears in the margin. When I continue, I find that program execution does not pause at any of my breakpoints. If I insert breakpoints using the GDB console, execute does pause at the inserted breakpoints. This is inconvenient and I have to add the breakpoints every time I debug the application. Can anyone tell me why the GUI method of inserting breakpoints is not working for me.
Thx, Steve