Page 1 of 1

Debug starts Release?

Posted: Fri Jul 06, 2012 11:34 am
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

Re: Debug starts Release?

Posted: Fri Jul 06, 2012 11:52 am
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

Re: Debug starts Release?

Posted: Fri Jul 06, 2012 12:04 pm
by Fred
That was it: Debug was associated with Release.
Thanks for your quick reply, Eran!