Hi,
When using VS Code notebook I notice the following behavior:
println("You won't see this print.")
error()
The cell doesn’t output the println
command.
This is very common practice for me while debugging.
Even more, when I delete the error line I get
println("You won't see this print.")
# error()
You won't see this print.
You won't see this print.
like that the printed line was sitting there waiting for me somewhere.
Is that an issue? If so, where to post it?
Thanks,
Elyco