FancyDebugger.jl icon indicating copy to clipboard operation
FancyDebugger.jl copied to clipboard

Prototype for a CompilerPlugin based Debugger for Julia

g() = println("hello")
f() = g()

@breakpoint g()
debug(f)