Whenever I run julia-debug for the first time in a while, I get:
[ Info: Precompiling Revise ...]
as it is initialized in my startup.jl. And, generally, the compile cache is invalidated and everything recompiled. When I switch back to using julia, the same thing happens.
Is there a way to configure things so that julia-debug gets its own compile cache?
Which version of Julia are you on? You may want to try the latest release candidate for 1.3 ? I don’t know if addresses the issue for julia-debug but the problem is addressed for the non-debug julia executable.