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
Sort: