This repository has been archived by the owner on Jan 30, 2024. It is now read-only.
Decorate backtrace with location information (file+line) #17
Labels
type: enhancement
Enhancement or feature request
The libstd implementation prints file and line number for each (non-inlined) call in the backtrace. We should do the same, as it makes finding the relevant locations easier.
If the format is right, VS Code should even make the locations clickable.
The text was updated successfully, but these errors were encountered: