Debug starts Release?

General questions regarding the usage of CodeLite
Fred
CodeLite Enthusiast
Posts: 43
Joined: Mon Jul 02, 2012 12:53 pm
Genuine User: Yes
IDE Question: C++
Contact:

Debug starts Release?

Post by Fred »

Hello,
when I try to debug (menu or F5), it looks like the Release is started, no breakpoint met.

The correct project is selected (bold) in the workspace.
This Win32 API project is derived from the WinAPIProject template posted here:
viewtopic.php?f=11&t=1749&p=7789#p7789

And regardless if I choose Debug from the combo below Workspace, the Build OutputView says:

Code: Select all

Building Project:[ xptext - Release ]
What am I doing wrong?

Thanks,
Fred
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Debug starts Release?

Post by eranif »

Make sure that the 'workspace configuration' is associated with the project configuration.

See here this wiki page:
http://www.codelite.org/LiteEditor/ConfigurationManager

Eran
Make sure you have read the HOW TO POST thread
Fred
CodeLite Enthusiast
Posts: 43
Joined: Mon Jul 02, 2012 12:53 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Debug starts Release?

Post by Fred »

That was it: Debug was associated with Release.
Thanks for your quick reply, Eran!
Post Reply