I attatch to w3svc process, but it seems codelite cannot load the isapi dll.
Any guys know how to do it? Any suggestion is appreciated.
How to debug ISAPI dll using codelite?
-
- CodeLite Curious
- Posts: 4
- Joined: Mon Aug 02, 2010 6:11 am
- Genuine User: Yes
- IDE Question: c++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: How to debug ISAPI dll using codelite?
You cant. codelite does not support native DLL debugging under Windows, only for components that were built with gcc/g++ (and IIS components were built with native MS compiler)
Eran
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Curious
- Posts: 4
- Joined: Mon Aug 02, 2010 6:11 am
- Genuine User: Yes
- IDE Question: c++
- Contact:
Re: How to debug ISAPI dll using codelite?
What's a gloomy news....