Author |
Topic  |
|
jaaaaf
Pulcino

France
81 Posts |
Posted - 09/04/2013 : 10:16:44
|
Hi,
I try to use the debugger on my Eclipse Juno IDE + CDT on windows 7 and MinGW, but I'm still facing some problem.
If I set breakpoints before launching LK8000, no problem, LK8000 will stop on breakpoints. But, if I want to set new breakpoints when the debugger is already running, LK8000 never stop :(
Is someone know the problem, and hos to solve it ? I search on internet with no success...
Debugger for me is a thing I can not do without! |
Jack, competition paragliding pilot _LK8000 on V2, V3, V4, ..._ |
|
Sanguinius
Pulcino

Switzerland
17 Posts |
Posted - 24/04/2013 : 12:41:00
|
I have the same problem. Did you found a solution? I have this message when I set a breakpoint: "Multiple markers at this line" |
 |
|
brunotl
Pterodattilo
    
France
1163 Posts |
Posted - 24/04/2013 : 13:47:50
|
I have Same Problem !
Only solution I have found : use NetBeans instead of Eclipse .... |
 |
|
jaaaaf
Pulcino

France
81 Posts |
Posted - 26/04/2013 : 09:38:42
|
No, unfortunately I don't find the solution for now :( I'm not really enthusiast to use NetBeans, as I use Eclipse for other projects...
Note that "Multiple markers at this line" is not an error message, it's just indicate that you have more than one message on the same line. If you put the mouse on it, it will show all messages. |
Jack, competition paragliding pilot _LK8000 on V2, V3, V4, ..._ |
 |
|
nwade
Pulcino

USA
86 Posts |
Posted - 26/01/2015 : 07:38:23
|
If I wanted to do some debugging of the serial communications with an external device, is NetBeans still the only/recommended system for doing actual debugging? The Nimbus system doesn't seem well-suited to trying to do any actual debugging... Thanks, --Noel
|
 |
|
brunotl
Pterodattilo
    
France
1163 Posts |
Posted - 26/01/2015 : 10:14:36
|
for debugging, gdb are included for each platform, but no gdb GUI frontend or IDE are included for leave everyone to choose the one he prefers.
personaly, i use Netbeans, it work fine still you don't want make remote debugging on target device with gdbserver. for remote debugging Eclipse CDT seem's better choice. |
 |
|
nwade
Pulcino

USA
86 Posts |
Posted - 26/01/2015 : 20:46:32
|
bruno - Thanks for the information. I will have to admit to being clueless about "gdb" and debugging with Linux in general. All of my C/C++ programming & debugging experience is in Windows with VisualStudio; so I'm used to an integrated debugger. Are you using NetBeans on Windows, so that you are running the LK8000-PC executable natively? (in other words, you are not debugging by running LK8000-PC with wine on Linux?) If so, is there documentation around the LK8000 forums or website on what's necessary to set up a Windows machine for compiling LK8000? Thank you for your time, --Noel
|
 |
|
brunotl
Pterodattilo
    
France
1163 Posts |
|
|
Topic  |
|