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?
Setting for debugging DLL (dynamic library)?
-
- CodeLite Enthusiast
- Posts: 16
- Joined: Fri Jul 04, 2008 10:46 am
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Setting for debugging DLL (dynamic library)?
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
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
-
- CodeLite Enthusiast
- Posts: 16
- Joined: Fri Jul 04, 2008 10:46 am
- Contact:
Re: Setting for debugging DLL (dynamic library)?
Oops, I know I always miss some obvious things.