cstjean / TraceCalls.jl

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

TODO: Handle submodules better #25

Closed cstjean closed 7 years ago

cstjean commented 7 years ago

ClobberingReload should go down into submodules, but needs to accurately track which submodule we're in.

cstjean commented 7 years ago

LightGraphs.jl and Bio.jl are good candidates for testing.

cstjean commented 7 years ago

Now fixed (by using Revise.jl)