Fix: `dbux disable` messes with error detection
Open
a-lot-of-work
bug
- Dominant language
- JavaScript
- Stars
- 171
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
Explanation: Error detection has some hard assumption that can easily be defeated by `dbux disable`.
* [ ] if tracing is enabled for the context, always keep track of important statements, e.g. `return`, `throw` etc.
NOTE: There is no good general solution for this for now. Would require a lot of testing and investigative work.
Contributor guide
Assessment
This issue has not been assessed yet.