Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Debugg error
Debugg error [message #1855644] Tue, 25 October 2022 12:53 Go to next message
Lukas l is currently offline Lukas lFriend
Messages: 1
Registered: October 2022
Junior Member
Im learning C and i encountered a problem with my debugger when i try to debug my Code. Im an amateur so i dont really know any settings or anything. I tried to give you as much information as i can provide with my knowledge.
I installed MINGW GCC.

Error in final launch sequence:

Failed to execute MI command:
-file-exec-and-symbols C:/Users/Lukas/eclipse-workspace/Übung3/Debug/Übung3.exe
Error message from debugger back end:
"C:\Users\Lukas\eclipse-workspace\\334bung3\Debug\\334bung3.exe": can't get string table
Failed to execute MI command:
-file-exec-and-symbols C:/Users/Lukas/eclipse-workspace/Übung3/Debug/Übung3.exe
Error message from debugger back end:
"C:\Users\Lukas\eclipse-workspace\\334bung3\Debug\\334bung3.exe": can't get string table
"C:\Users\Lukas\eclipse-workspace\\334bung3\Debug\\334bung3.exe": can't get string table

As i said im new to C and i dont really know how to setup anything so if you could also give me some tips i can use it would really help me.

Re: Debugg error [message #1855684 is a reply to message #1855644] Wed, 26 October 2022 18:17 Go to previous message
Tauno Voipio is currently offline Tauno VoipioFriend
Messages: 743
Registered: August 2014
Senior Member
Before any further troubleshooting, change your file name so that it does not use any non-ASCII characters (upper case U-umlaut here). All the parameter passing mechanisms are not aware of the national characters.

--

Tauno Voipio
Previous Topic:How could I resolve a non-working Eclipse indexer?
Next Topic:configure Eclipse cmake like VS Code
Goto Forum:
  


Current Time: Mon Jan 20 00:17:49 GMT 2025

Powered by FUDForum. Page generated in 0.02598 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top