Hi,

Following the good idea of the logging pane, I've included in the
script that is loaded in every of my pages a small function that opens
the interpreter in a new window.

This allows me through the use of the "window.opener.document" object
to inspect all the guts of my page, without the use of a debugger, and
in several different browsers.

Sometimes I just want to inspect some expression, and it's easier to
use the interpreter than create a breakpoint and execute some code that
hits the breakpoint.

I created a bookmark of the type "javascript:openInterpreter()", to
show the interpreter.  So this facility is hidden to normal users of my
app.

Reply via email to