Will there be functionality in 1.0 to stop in your code with some command and not continue further to execute it?
Can you clarify what you mean? Do return
or error()
or exit()
not do what you want already?
2 Likes
Since when have they been implemented?
All 3 have been part of the language for a long time.
I am not sure the other replies fully understand your question (though I may be wrong). You are looking for a debugging tool to insert break points like keyboard
in Matlab, right?
1 Like
yes. So I can continue if I type sth or do whatever