JuliaDebug / Debugger.jl

Julia debugger
MIT License
470 stars 43 forks source link

Add `p x` to show x. #313

Open oscardssmith opened 2 years ago

oscardssmith commented 2 years ago

This would be the equivalent of p x in gdb. Having ` is nice, but, a lot of the time, I just want to look at a single variable, and this saves 2 key presses (one of which is fairly out of the way).