A real debugger is in the works, but some while away. You can get a glimpse of what it in Keno's talk at JuliaCon 2014:
The design and implementation of the Julia Debugger <http://www.youtube.com/watch?v=Wkw2gmzfm1Q> -viral On Thursday, January 22, 2015 at 5:03:55 PM UTC+5:30, El Afrit Mariem wrote: > > Hi, > > I was trying to debug my code and I used for that this package : > https://github.com/toivoh/Debug.jl > > But I always get this error : ERROR: UndefVarError: T not defined > > Is there another way to debug a julia code? > > Thanks >
