Xu Nie
Xu Nie
New found: VS 2019 works. VS 2022 doesn't work.
Yes, I attach to process and start to debug. I don't know what is debugypy. Is it a python module? How can I call the `listen()`? When I use VS2019,...
I tried `listen()` API. It didn't work. My codes are like this: ``` import debugpy debugpy.listen("127.0.0.1") debugpy.wait_for_client() ``` After I attached VS2022, a lot of errors were printed. Some of...
VS2019 doesn’t work either now. I can only use VS Code to debug.