Chuck Esterbrook wrote:
> Geoff, This is fantastic and long overdue in WebKit! Thanks for
> beating me to it.
>
> I noticed that WebKit was still catching exceptions and dumping them
> to the console. This meant the Python debugger could not trap them in
> order to let me inspect the live applicat
Geoff, This is fantastic and long overdue in WebKit! Thanks for
beating me to it.
I noticed that WebKit was still catching exceptions and dumping them
to the console. This meant the Python debugger could not trap them in
order to let me inspect the live application. I fixed this and just
checked i
Sometimes it's nice to be able to set breakpoints, single-step through code,
inspect variables, etc. To that end, I've checked in DebugAppServer, which
is a single-threaded version of the appserver that makes it possible to
debug servlets using a standard Python debugger.
I've tested it on Window