Hi, I just found this very interesting thing for debugging. For Julia codes that 'talk' to C DLLs we can step in the the DLLs using Visual Studio by simply doing: - In VS go to "TOOLS -> Attach to Process..." and select the julia.exe process - Set the breakpoints in the C code and launch your Julia program. The program will stop at the first breakpoint
Given that Xcode works similarly I guess this same solution is available in OSX
