edbrowse-dev - development list for edbrowse
 help / color / mirror / Atom feed
* [Edbrowse-dev] jdb redirect
@ 2017-09-17  9:21 Karl Dahlke
  2017-09-17 11:22 ` Chris Brannon
  0 siblings, 1 reply; 5+ messages in thread
From: Karl Dahlke @ 2017-09-17  9:21 UTC (permalink / raw)
  To: Edbrowse-dev

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-09-18  9:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-17  9:21 [Edbrowse-dev] jdb redirect Karl Dahlke
2017-09-17 11:22 ` Chris Brannon
2017-09-17 11:33   ` Karl Dahlke
2017-09-17 23:56     ` Kevin Carhart
2017-09-18  9:52   ` Kevin Carhart

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).