Code::Blocks Forums
User forums => Using Code::Blocks => Topic started 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
-
Have you tried version 13.12?
Can you post both full build and debugger logs?
-
Tested on Windows 7 machine. Debugger works.
XP not working.
-
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.