| Breakpoints are not set in remote attach launcher configuration [message #1728592] |
Tue, 05 April 2016 12:52  |
Eclipse User |
|
|
|
I am debugging a remote board running a gdb server.
I can use Eclipse to do step by step or continue and break, but if I set a breakpoint by double clicking on the left side on my source code line, it does not work. The breakpoint is shown in the UI, but my code won't break when reaching the breakpoint.
It works fine if I enter in the Eclipse gdb console the command "break file:line_number".
If I also type in the same console "set debug remote 1" to see the gdb 'protocol' data exchanges, I can see that nothing is sent to my board when creating a breakpoint with Eclipse UI.
With gdb or ddd, it is working fine.
I am using C/C++ Attach to Application configuration with gdbserver connected on a TCP port.
|
|
|
|
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04958 seconds