Anticipating the work that Kevin is doing, it occurs to me that we want a way 
to dump long output into a file.
This will typically be  document.scripts[7].data
the deminimized version of javascript, which could easily be 100K.
Use tab to dump it into a file.

expression tab file

Then edit the file and go to the offending line number.

I didn't want to use > cause that's a valid js operator, but I still hit > 
almost by force of habit.
tab is truly unused, and it's a single character, but I realized, after I 
pushed,
that this can be trouble for those of you who use readline.
It might try to do tab completion or some such.
I could perhaps disable readline mode when running in jdb mode,
or maybe there is a better character than tab.
Any thoughts?

Karl Dahlke
_______________________________________________
Edbrowse-dev mailing list
[email protected]
http://lists.the-brannons.com/mailman/listinfo/edbrowse-dev

Reply via email to