News:

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

Main Menu

Debugger - Windows API GUI

Started by sevendogzero, August 14, 2014, 08:19:30 AM

Previous topic - Next topic

sevendogzero

Using codeblocks 12.11

Read lots of ideas about getting the debugger to stop at a breakpoint.

1. Have selected compiler and checked Produce debugging sysmbols -g
2. Build Select target ...  Debug checked.

2. Noticed in debugger log (bottom of code window) the following message.
Starting the debuggee failed: No executable specified, use `target exec'.
Debugger finished with status 0

Any ideas appreciated.

B Stern

oBFusCATed

Have you tried version 13.12?
Can you post both full build and debugger logs?
(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!]

sevendogzero

Tested on Windows 7 machine. Debugger works.
XP not working.

sevendogzero

Looks like the project got corrupted due to my opening with
codeblocks from different client workstations...I'm guessing.

Created a new project with Codeblocks 13.12 on XP on local driver,
had no problems using the debugger.
Will try the same thing on my network, and post results.