Summary
Often it can be pretty hard / tedious to replicate all the settings and env state when trying to debug through the integrated vscode config system. I have found it very convenient to just swap in the right breakpoint() on the line I want to debug.
Is it possible to have some equivalent that essentially is debugpy.breakpoint_and_attach() that encapsulates the full flow and can be used to drop into the debugger when hit? I tried to jerry-rig things up and didnt have much success, maybe this is already possible??
I use the integrated terminal