Setting for debugging DLL (dynamic library)?

Discussion about CodeLite development process and patches
count0
CodeLite Enthusiast
Posts: 16
Joined: Fri Jul 04, 2008 10:46 am
Contact:

Setting for debugging DLL (dynamic library)?

Post 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?
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Setting for debugging DLL (dynamic library)?

Post 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
Make sure you have read the HOW TO POST thread
count0
CodeLite Enthusiast
Posts: 16
Joined: Fri Jul 04, 2008 10:46 am
Contact:

Re: Setting for debugging DLL (dynamic library)?

Post by count0 »

Oops, I know I always miss some obvious things.
Post Reply