Hi VSCode users,
I am considering switching from PyCharm to VSCode. With PyCharm, I can attach to the Jupyter process, then use breakpoints in fastai when it is called from the notebook. However, PyCharm requires re-attaching to process at “random” intervals, and whenever the kernel is restarted.
- Can VSCode do the same, perhaps more reliably?
- Can VSCode directly debug code that is within a notebook? (PyCharm cannot.)
This is all local hardware, with Ubuntu 16.04.
Thanks!