Debugg error [message #1855644] |
Tue, 25 October 2022 12:53  |
Eclipse User |
|
|
|
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  |
Eclipse User |
|
|
|
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.
|
|
|
Powered by
FUDForum. Page generated in 0.07401 seconds