i am using mod python for web developement can i use this debugger for remote server side scripts. can it handle mod python request for post form data etc
thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The answer is no...and yes. In fact its a little eerie that you've asked this as I'm looking into building a hap enabled version of mod_python. Out of the box it won't support it as mod_python doesn't use python.exe (as far as I know). What you would need to do is make a modified version of mod_python that includes the necessary hap code - it wouldn't be too tough though as most of the code is in the hapdbg static library - link mod_python to that library add a couple of init and cleanup functions and it should work.
If you do it, I'd love to include the source in the hap distro - it might be some time before I get to it but it seems like it would be a really useful feature.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hi
i am using mod python for web developement can i use this debugger for remote server side scripts. can it handle mod python request for post form data etc
thanks
The answer is no...and yes. In fact its a little eerie that you've asked this as I'm looking into building a hap enabled version of mod_python. Out of the box it won't support it as mod_python doesn't use python.exe (as far as I know). What you would need to do is make a modified version of mod_python that includes the necessary hap code - it wouldn't be too tough though as most of the code is in the hapdbg static library - link mod_python to that library add a couple of init and cleanup functions and it should work.
If you do it, I'd love to include the source in the hap distro - it might be some time before I get to it but it seems like it would be a really useful feature.