This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Breakpoints not working when debugging Linux application on DM8168 using CCS

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