|
|
|
|
|
by nwvg_7257
2317 days ago
|
|
Couple comments on the Debugger situation: 1. Debugger.jl is A LOT smoother if you run it in compiled mode, which is a checkbox in the Juno interface. I've found that stepping to next line is instant in compiled mode, but takes forever without it. 2. Infiltrator.jl is great at what it's designed for, which is to dump you in a REPL deep within a call stack and let you see what's going on. But, Debugger in compiled mode also does this well. |
|
Is there a way to do this if I'm not running Juno? I'd guess there must be some parameter that can be passed to @enter or @run?