|
|
|
|
|
by simeonschaub
1663 days ago
|
|
Yes, it uses Debugger.jl, which relies on JuliaInterpreter.jl under the hood, so while you can tell the debugger to compile functions in certain modules, it will mostly interpret your code. You might be interested in https://github.com/JuliaDebug/Infiltrator.jl, which uses an approach more similar to what you describe. |
|