Code::Blocks - Debugger spinnt.

  • Themenstarter Themenstarter Ev0luti0n
  • Beginndatum Beginndatum
E

Ev0luti0n

Guest
Hey Leute!
Ich bin jetzt euf einen neuen Rechner (64bit) umgestiegen und habe da jetzt auch einmal CodeBlocks draufgezogen (vom 32bit kopiert da das Setup nicht funktioniert hat).
Wenn ich jetzt den Debugger starten will spuckt mir dieser das hier aus:

Building to ensure sources are up-to-date
Build succeeded
Selecting target:
Debug
Adding source dir: C:\Users\Vorname Nachname\Documents\CodeBlocks_Projekte\Adrbuch_BESSER\
Adding source dir: C:\Users\Vorname Nachname\Documents\CodeBlocks_Projekte\Adrbuch_BESSER\
Adding file: bin\Debug\Adrbuch_BESSER.exe
Starting debugger:
done
Registered new type: wxString
Registered new type: STL String
Registered new type: STL Vector
Setting breakpoints
Debugger name and version: GNU gdb 6.8
Error creating process C:\Users\Vorname Nachname\Documents\CodeBlocks_Projekte\Adrbuch_BESSER/bin/Debug/Adrbuch_BESSER.exe, (error 193).

Ahnung?
 
Lösung

1. Mögliche Lösung: forums.codeblocks

full path to the *.exe file should be without spaces and non-ascii characters.

2. Mögkiche Lösung: answers.yahoo

There are three common errors in error 193:
1. Whitespace in file path
2. Accidental confusion of forward slash and back slash. File paths should be \, not /.
3. File Permissions. If a user is not an Account Administrator with File writing permissions, this error could occur.

Wahrscheinlich musst du nur alle / in \ umwandeln.
 
Zuletzt bearbeitet:
Zurück
Oben