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: `dbux disable` messes with error detection #644

Open Domiii opened 2 years ago

Domiii commented 2 years ago

Explanation: Error detection has some hard assumption that can easily be defeated by dbux disable.

NOTE: There is no good general solution for this for now. Would require a lot of testing and investigative work.