Reputation: 689
Is there any way in Julia to execute an existing script step by step in REPL meanwhile being able to modify/plot arrays? (As in the case of Matlab debugging)
Note: I am especially asking this for version 0.4 for which hopefully a new debugging system is being implemented.
Upvotes: 8
Views: 6304
Reputation: 12179
You have a few options:
Indeed there is a more general debugger in the works, but it's not possible to say when it will be ready.
Upvotes: 8