How to debug ISAPI dll using codelite?

General questions regarding the usage of CodeLite
dxc_330
CodeLite Curious
Posts: 4
Joined: Mon Aug 02, 2010 6:11 am
Genuine User: Yes
IDE Question: c++
Contact:

How to debug ISAPI dll using codelite?

Post by dxc_330 »

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

Re: How to debug ISAPI dll using codelite?

Post by eranif »

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
Make sure you have read the HOW TO POST thread
dxc_330
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?

Post by dxc_330 »

:(
What's a gloomy news....
Post Reply