Thanks to all of you, I am making substantial progress in my understanding of the Julia approach. Let us continue …
My modus operandi is to develop code interactively in an Atom Window (not the REPL) and execute a line at a time. When I get to the point where my code works, I wrap code up into functions, put them in a file that is included, and continue the process.
However, on occasion, I would like to run some of these functions a single line at a time for further analysis. What is the best way to approach this? Is using the step
function of the interactive debugger the only way, or is there another approach to consider?
Thanks, Gordon.
3 posts - 3 participants