Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Remote Debugging Not Hitting Breakpoints: (2 Items)
   
Remote Debugging Not Hitting Breakpoints  
I am debugging a program on a remote target and I can see the program running on the target but execution is not halting
 on any of the breakpoints I've set.  I can see them in the Breakpoints tab of the debugger perspective but the program 
is not stopping.
Re: Remote Debugging Not Hitting Breakpoints  
If I see this problem it is usually caused by the way my source code is mapped in the project.  Are you debugging the 
source code from the same path you built it on?  If not you will need to set up a mapping in the debugger session 
options.

If you are debugging from the same path the code was built on, then make sure you have selected "Use full file path to 
set breakpoints" in the Debugger tab of Debugger Configurations.  Also, you should check out the Source Lookup Path 
setting on the Source tab of Debugger Configurations.  For my project I have to use "Absolute File Path" there, but it 
may be different for you.