top | item 16413893

More precise tracebacks via decompilation

2 points| rockybernstein | 8 years ago |rocky.github.io

1 comment

order

rockybernstein|8 years ago

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.