Hacker News new | ask | show | jobs
More precise tracebacks via decompilation (rocky.github.io)
2 points by rockybernstein 3039 days ago
1 comments

Author here. Recently incorporated this into Python's traceback module: https://pypi.python.org/pypi/loctraceback and have used this idea in Perl (which from the help of perlmonks is where I got the idea).

I am curious if it has been used in other programming languages as well.