Hi all, I just posted a package that has a few utilities that I find useful for debugging: https://github.com/timholy/DebuggingUtilities.jl
Probably the most useful one is @showln, which in addition to displaying a variable's symbol and value, also shows where the statement was executed from (function name, filename, and line number). Due to recent improvements in line number handling, it works better on the development version of julia than julia-0.4. If others find it useful, I might register this as a package. However, I am wondering whether similar packages already exist and whether this should just be merged into something else. (I don't favor adding it to Debug.jl, as Debug.jl is a big dependency and these are intended to be small utilities.) Best, --Tim
