Debug.jl
Debug.jl copied to clipboard
Print better location info
It seems hard to print excerpts from actual source files until the quality of source file info has improved. But it should be possible to print parts of the AST for the next expression or the surrounding code. Will need to access the AST for the surrounding code, and be able to print a window of lines from it.