Not sure what I did back then, but right now this just works:
Add the following to the code:
import debugpy debugpy.listen(5678) debugpy.wait_for_client() debugpy.breakpoint()
Run it
Use VSCodium’s “Attach using Process Id” and search for the running code
CLICK HERE to find out more related problems solutions.