|
|
|
|
|
by tevon
400 days ago
|
|
This is awesome! Will give it a try in my next project. How does it keep track of filename and line number in a compiled binary? I'm fairly new to rust libraries and this doesn't quite make sense to me. I know in JS you need a source-map for minification, how does this work for a compiled language? |
|
Presumably StackError just uses those macros.
But for debugging a source map is still necessary and is a part of various debug formats.