Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: sevendogzero on August 14, 2014, 08:19:30 am

Title: Debugger - Windows API GUI
Post by: sevendogzero on August 14, 2014, 08:19:30 am
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
Title: Re: Debugger - Windows API GUI
Post by: oBFusCATed on August 14, 2014, 08:50:03 am
Have you tried version 13.12?
Can you post both full build and debugger logs?
Title: Re: Debugger - Windows API GUI
Post by: sevendogzero on August 15, 2014, 02:01:50 am
Tested on Windows 7 machine. Debugger works.
XP not working.
Title: Re: Debugger - Windows API GUI
Post by: sevendogzero on August 15, 2014, 02:39:38 am
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.