News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Problem with starting Debugger

Started by X1pit, June 03, 2011, 02:49:12 PM

Previous topic - Next topic

X1pit

Hey guys!
I've got a problem with starting my Debugger on my new PC( ;) ).
I think it's because it runs on Win 7 64bit.
I always get this starting debugger:
QuoteBuilding to ensure sources are up-to-date
Build succeeded
Selecting target:
Debug
Adding source dir: C:\Users\Name Name\Documents\CodeBlocks_Projekte\Adrbuch_BESSER\
Adding source dir: C:\Users\Name Name\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\Name Name\Documents\CodeBlocks_Projekte\Adrbuch_BESSER/bin/Debug/Adrbuch_BESSER.exe, (error 193).

Any Idea?

X1pit

ollydbg

Avoid using spaces in your file path. :D
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

X1pit

Ahhh.Come on. You can't be serious :D
I'll try it.

X1pit

Haha! You were right. Thanks ;)
But could you explain me why this happens?

oBFusCATed

Enable the debugger's debug log and you'll understand the reason (probably).
The log could be enabled in the debugger's settings.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]