Max Slimmer wrote: > Is there any way to connect wing debugger to web app running with > HTTPServerHandler Have you tried using wingdbstub? See http://wingware.com/doc/debug/debugging-externally-launched-code You may need to import it on the thread where your code will run if the server is multi-threaded. Cheers, John