FancyDebugger.jl
FancyDebugger.jl copied to clipboard
Prototype for a CompilerPlugin based Debugger for Julia
g() = println("hello")
f() = g()
@breakpoint g()
debug(f)