No, I don't think it has debugging a la the Matlab IDE or R-Studio (yet). My understanding is that for now the Debug package is all that is available. Personally I make do with sending blocks of code to a console in Sublime-IJulia (you can do this with shift+enter, just like in R-Studio).
Cheers, Colin On Friday, September 26, 2014 7:00:09 PM UTC+10, Ján Dolinský wrote: > > Hello, > > I cloned the master branch of Julia Studio and compiled it. I am however > getting this error when running ./JuliaStudio : > libExtensionSystem.so.1: cannot open shared object file: No such file or > directory > > however when running using ./julia-studio.sh it runs but fails to open a > console with the following errors: > Error: Failed to start Julia. > Expected location: /usr/local/Julia_Studio/julia > > I am little bit lost here but exploring the Julia Studio menu I assume > that it doe not provide debugging capability (I had an impression that it > does). > > Thanks, > Jan > > > Dňa piatok, 19. septembra 2014 11:57:47 UTC+2 Uwe Fechner napísal(-a): >> >> I think that this branch is already merged into the master branch: >> https://github.com/forio/julia-studio/tree/julia-0.3-compatibility >> >> On Friday, September 19, 2014 11:54:41 AM UTC+2, Uwe Fechner wrote: >>> >>> If you compile Julia Studio from source it should work with Julia 0.3. >>> See: >>> https://github.com/forio/julia-studio/issues/241 >>> >>> Regards: >>> >>> Uwe >>> >>> On Friday, September 19, 2014 10:58:26 AM UTC+2, Ján Dolinský wrote: >>>> >>>> Hello guys, >>>> >>>> After upgrading to Julia 0.3.0 Julia Studio stopped working (I changed >>>> the symbolic links in Julia Studio directory but nevertheless ...). Can >>>> somebody suggest any workaround ? Is it true that Julia Studio will not >>>> support newer versions of Julia ? >>>> What are you guys using now ? >>>> >>>> Thanks a lot, >>>> Jan >>>> >>>
