cstjean / TraceCalls.jl

A debugging and profiling tool for Julia
Other
46 stars 4 forks source link

Reloading-based workflow #10

Closed cstjean closed 7 years ago

cstjean commented 7 years ago

Instead of TraceCalls.active[], we can have @traceable merely record the code in TraceCalls.traced_code::Dict, storing the definition-made-traceable, then we temporarily replace the code when @trace is used.