Standard JavaScript error stack traces only show the current call stack, leaving developers to hunt for root causes using breakpoints or console.logs. A proposed improvement would enrich error traces with preceding function calls and their arguments and return values — essentially mixing tracing with error stacks. This would

7m read timeFrom patrickbrosset.com
Post cover image
Table of contents
The problemStack tracesTracing instead?

Sort: