You're really going to like when we switch to a newer version of llvm then.
LLVM is able to expose much of that same native info to the debugger for
the code that it JITs, so you may soon be able to use that same debugger to
inspect and walk through Julia code. (there's also a minimal amount of
documentation of many of the hidden debugger-interactive functions at
http://docs.julialang.org/en/latest/devdocs/debuggingtips/)

On Fri Feb 13 2015 at 9:03:49 PM J Luis <[email protected]> wrote:

> 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
>

Reply via email to