logoalt Hacker News

account4206/16/20252 repliesview on HN

Better solution would be to map to a source location (filename and line) instead.


Replies

eddd-ddde06/16/2025

Not necessary tho, the function already exists in the binary and already has a symbol. All you need is some compiler/language feature to change that symbol.

detaro06/16/2025

debug symbols already do that