Page 1 of 1

Setting for debugging DLL (dynamic library)?

Posted: Sun Oct 19, 2008 8:13 am
by count0
When I make and debug a DLL which are called from another EXE,
I need to launch the EXE first, but I can't find a option in project
setting to do so. I mean like something in Visual Studio, there is a
"Project Setting -> Debugging -> Command", which is just for
debugging a DLL.

Then I turned to use "Debug -> Quick Debug" to debug the DLL, but
the problem is, the setting in Quick Debug is global, I can't save it in
project setting, if I change to another project, I have to change the
setting in Quick Debug manually.

Do you think CodeLite should have this feature? ...or do I miss something?

Re: Setting for debugging DLL (dynamic library)?

Posted: Sun Oct 19, 2008 8:48 am
by eranif
When I want to debug a DLL, I simply set:
project -> settings -> command .... ;)

simply change the 'command' to the EXE you want.
just like in VS

Eran

Re: Setting for debugging DLL (dynamic library)?

Posted: Sun Oct 19, 2008 9:21 am
by count0
Oops, I know I always miss some obvious things.