Page 1 of 1
How to debug ISAPI dll using codelite?
Posted: Mon Aug 02, 2010 6:16 am
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.
Re: How to debug ISAPI dll using codelite?
Posted: Mon Aug 02, 2010 7:36 am
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
Re: How to debug ISAPI dll using codelite?
Posted: Mon Aug 02, 2010 12:10 pm
by dxc_330
What's a gloomy news....