Author Topic: Debugger - Windows API GUI  (Read 4059 times)

Offline sevendogzero

  • Multiple posting newcomer
  • *
  • Posts: 15
Debugger - Windows API GUI
« 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

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Debugger - Windows API GUI
« Reply #1 on: August 14, 2014, 08:50:03 am »
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!]

Offline sevendogzero

  • Multiple posting newcomer
  • *
  • Posts: 15
Re: Debugger - Windows API GUI
« Reply #2 on: August 15, 2014, 02:01:50 am »
Tested on Windows 7 machine. Debugger works.
XP not working.

Offline sevendogzero

  • Multiple posting newcomer
  • *
  • Posts: 15
Re: Debugger - Windows API GUI
« Reply #3 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.