FancyDebugger.jl

Author vchuravy
Popularity
19 Stars
Updated Last
1 Year Ago
Started In
July 2022

Prototype for a CompilerPlugin based Debugger for Julia

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

@breakpoint g()
debug(f)