Domiii / dbux

Dbux is an Integrated Debugging Environment (IDbE) and Omniscient Debugger that makes JavaScript application's run-time behavior come alive, visible and interactive.
https://domiii.github.io/dbux
Apache License 2.0
162 stars 13 forks source link

fix and improve value rendering #685

Closed Domiii closed 2 years ago

Domiii commented 2 years ago

TODO

More Issues

Examples

MiccWan commented 2 years ago

The valueRef of the child nodes are actually Omitted, which is not rendered correctly. I've fix the rendering of omitted values. But the reason they are omitted is still not found yet.

Note: There are some 'ReadError' while serializing TextDecoder.

MiccWan commented 2 years ago

Find out why, when the first time a read errors out, the error message is not readable in the object's prop (or is it and we have not seen it)?

When a ReadError occurs with an actual Error, the trace cannot be produced successfully. Thus we cannot inspect the error message. See getter-error.js.