On 8/23/06, Doug Tillman <[EMAIL PROTECTED]> wrote:
> I'm a Java web app developer turned Webware developer.  I'm very
> interested in the remote debugging issues noted in the list archives
> message:
>
> http://sourceforge.net/mailarchive/message.php?msg_id=3879709
>
> Last night I was reading about WSGI (PEP333) and Paste.  It seems like
> there may be some opportunity to achieve the kind of multi-threaded
> debugging capability that is used in the Java world.
>
> The ability to step through remotely running Webware servlets would be a
> great debugging tool.  Has anybody looked into this or got it working
> with Wing or any other IDE?
>
> Any further info or pointers to make this remote debug thing doable
> would be most appreciated.

Doug, I have gotten so much utility out of the Exception Report that
even though I once had "investigate remote debugging" on my TO DO
list, I never got around to it. I also occasionally sneak in print
statements in the production environment source code if I need to see
the flow of execution.

And prior to going to production, I have plenty of assert statements
in my code to catch problems early.

I know that's not exactly what you were looking for, but hopefully it
is useful information to you.

-Chuck

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Webware-devel mailing list
Webware-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to