Thanks for the tips. It actually doesn't work, at least not on my machine. I try to reload the module in which new breakpoints are added and they're, again, ignored. Reloading the debugger doesn't help too.
Thanks anyway. On Monday, April 25, 2016 at 12:23:06 PM UTC+1, Hans-Peter wrote: > > > have to clear everything in the workspace by workspace() [...snip...] > ignore all my changes for debugging > > (remark: I didn't yet try out the debugger) > > You may put your code into a temporary module such that you only need to > reload the code you are working on, see e.g. > http://docs.julialang.org/en/release-0.4/manual/workflow-tips/. I'm not > sure if the debugger then pickups changes. > > I think it's a bit too early for general debugger consumption (especially > for someone new to Julia). The debugger most likely will come in > well-rounded form with release 0.5 which, maybe, will be ready for the > JuliaCon. > > > > >
