Failed to execute MI command: -exec-run

0

0

Have win10 and just installed Eclipse Cpp 2019-06 and CygWin as toolchain. Created a first C++ progject via "C++ Manage Build" and the example "Hello World C++ Project" with toolchain Cygwin GCC.

It worked to build and run it as Local C/C++ Application and the text gets printed.

But when trying to debug as Local C/C++ Application I get this error:

Failed to execute MI command:
-exec-run
Error message from debugger back end:
During startup program exited with code 0xc0000135.
Failed to execute MI command:
-exec-run
Error message from debugger back end:
During startup program exited with code 0xc0000135.
During startup program exited with code 0xc0000135.

AVR-08

Posted 2019-06-30T11:43:19.250

Reputation: 1

Well, instead of installing Eclipse 2019-06 via the Eclipse-Installer I just downloaded the .zip-file instead and started Eclipse from the eclipse.exe-file. THEN it just worked to run AND to debug.

Sorry, for taking up your time! – AVR-08 – 2019-06-30T15:09:40.717

You can answer your own question - you should turn your comment into an answer.

– DavidPostill – 2019-06-30T17:54:06.717

No answers