Yes, that's indeed very excellent news. A way of interactively debug Julia code is one of things I miss more when comparing to easiness at which one can do it in the Matlab IDE.
sábado, 14 de Fevereiro de 2015 às 03:22:34 UTC, Jameson escreveu: > > 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] <javascript:>> > 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 >> >
