edbrowse-dev - development list for edbrowse
 help / color / mirror / Atom feed
* [Edbrowse-dev] Seeing caught errors.
@ 2018-02-19  6:01 Karl Dahlke
  2018-02-19 23:54 ` [Edbrowse-dev] making mixed case out of inline CSS Kevin Carhart
  0 siblings, 1 reply; 2+ messages in thread
From: Karl Dahlke @ 2018-02-19  6:01 UTC (permalink / raw)
  To: Edbrowse-dev

For you serious debuggers, this is crude, but might meet most of our needs most of the time.

1. I renamed dbc to dbcn, debug cloneNode.

2. I renamed dbe to dbev, debug events.

3. New toggle command dber to debug all js errors, even caught errors.

4. All of these debug messages flow within the debug stream, even if you redirect to a file.
They use to be simple prints.

5. dber prints the error and line number. To be most useful, scripts should be deminimized.

6. If the error is uncaught you'll see it twice, once from the error interceptor and once when the script aborts.

7. nasa.gov generates a lot of caught errors, not sure which ones of these are ok and which ones not.
This will be a recurrring theme.

Karl Dahlke

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

end of thread, other threads:[~2018-02-19 23:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-19  6:01 [Edbrowse-dev] Seeing caught errors Karl Dahlke
2018-02-19 23:54 ` [Edbrowse-dev] making mixed case out of inline CSS 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).