Roy Fejgin
Roy Fejgin
Yes. But this breaks into the `pdb` interface, not the VSCode visual debugger (where you can e.g. click to set a breakpoint). For folks used to using the IDE, switching...
Cool, thanks for considering!
By the way: I tried what I thought might be the alternative approach, which was to directly launch the script (notebook) from VSCode. But it seems that marimo creates a...
I'm running as a script, using VSCode's `Run->Start Debugging`. From examining the command line that generates, it does indeed appear to be calling `debugpy`.
> Using `python notebook.py` doesn't copy anything to `/tmp`. I wonder if VSCode is doing that. Hmm, maybe it's not being copied after all. It's just that when I hit...
> +1 for interactive debugging support (not just pdb text interface). This is the main feature that's blocking me from moving our team from jupyter to marimo. Same here -...