Martin Aspeli wrote: > >> > Out of curiosity, can you explain why you need the separate recipe + >> launch >> > script? >> >> Well, there are a couple of things that i realized i needed when i >> added debugging support. >> I needed to start Zope inside the debugger, so i could add breakpoints >> from the IDE and everything... also, i needed to communicate with the >> debugger, so there goes one of the auxiliar HTTP servers that is being >> used (btw, not sure if this is the best approach to handle this). >> > > Have you looked at mr.freeze? I'm pretty sure that doesn't use the > debugger > in the same way, but achieves the same thing. >
Another option might be WingDBG: http://pypi.python.org/pypi/WingDBG/4.0.3.1 Laurence -- View this message in context: http://plone.293351.n2.nabble.com/PloneIDE-tp6887395p6889583.html Sent from the Product Developers mailing list archive at Nabble.com. _______________________________________________ Product-Developers mailing list [email protected] https://lists.plone.org/mailman/listinfo/plone-product-developers
