Author Topic: Error 193 when debugging  (Read 5860 times)

absolut24

  • Guest
Error 193 when debugging
« on: June 01, 2007, 06:32:20 pm »
Hi,
I tried to debug a basic hello world c++ file, by inserting a break. When I run the debugger it says:

Building to ensure sources are up-to-date
Build succeeded
Selecting target: Debug
Adding source dir: C:\Documents and Settings\****\My Documents\****\hello\
Adding source dir: C:\Documents and Settings\*****\My Documents\****\hello\
Adding file: bin\Debug\hello.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 5.2.1
Error creating process C:\Documents and Settings\*****\My Documents\*****\hello/bin/Debug/hello.exe, (error 193)"

Any ideas?


Offline TDragon

  • Lives here!
  • ****
  • Posts: 943
    • TDM-GCC
Re: Error 193 when debugging
« Reply #1 on: June 01, 2007, 06:51:02 pm »
Debugger name and version: GNU gdb 5.2.1
Upgrade to GDB 6.3-2.
https://jmeubank.github.io/tdm-gcc/ - TDM-GCC compiler suite for Windows (GCC 9.2.0 2020-03-08, 32/64-bit, no extra DLLs)