Debugger error in makefile project from existing code [message #1828856] |
Sat, 20 June 2020 01:00  |
Eclipse User |
|
|
|
Hi all,
This is an update from the previous post on GDB error. I am using eclipse CPP on Windows7 and 10, with mingw toolchain.
When I try to debug a makefile project (from existing code), I keep getting error message, debugging cannot start:
Error in final launch sequence:
Failed to execute MI command:
-exec-run
Error message from debugger back end:
During startup program exited with code 0xc0000139.
The error code on some computer is 0xc0000135.
Debegging with GDB works well as I create a C project from scratch.
Debugging with GDB shipped with mingw works fine in command line.
So this is unlikely due to missing dll or gdb fault.
Any ideas would be appreciated!! The older versions of Eclipse CPP have the same issue, How to report a bug for eclipse CDT?
thanks.
xiaolei
[Updated on: Sat, 20 June 2020 02:34] by Moderator
|
|
|
|
|
|
|
Re: Debugger error in makefile project from existing code [message #1828927 is a reply to message #1828920] |
Mon, 22 June 2020 09:43  |
Eclipse User |
|
|
|
Hi David,
let me restate point (2), it is misleading:
it works well if I step through new project - C/C++ - C proejct - executable - empty project (with mingw), and then create a simple project justs to test debugging.
But debugging will fail to start if I create project by stepping through : new project - C/C++ - makefile project with existing code, after importing I just build the project and set the debugging arguments ready. So on the same computer ,using the same IDE, this what really happens.
THanks for the hints, I will check the .net framework version.
One thing I want to mention is that if the debugging feature of Eclipse CPP sometimes functions well , sometimes not, it is probably worth to find the cause the fix it.
[Updated on: Wed, 24 June 2020 22:34] by Moderator
|
|
|
Powered by
FUDForum. Page generated in 0.14676 seconds