Hi All
I'm running Eclipse Luna with XDS GDB Agent .
I'm compiling the Thingsquare mist and all is fine and runs. When I go into debug mode, the debugger client connects to the GDB agent and I have set Eclipse debugger to stop at main when it launch.
This all runs fine, I can "step-over" in my main loop, I can set break points in interrupts and the debugger jumps to that source code, but when I set 'n break point to other source code in my project the Agent shows that it as stopped at a break point but the debugger does not enter the source code, it tells me that it could not locate the source code.
I'm running the blink example.
The blink.trxeb1120 file in Eclipse shows that the file in question is there.
What am I missing.
I'm new to Eclipse and GDB but not new to embedded development. I only have about a two weeks of exposure to Eclipse and GDB. I took me a while to get the development environment up and running, tried Ubuntu first, now running in Windows 8.1
I need detail some help.
Kind regards