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