The error as below will be happened when I debug with “console”: “integratedTerminal”, there is no any problems with “console”: “externalTerminal” or “console”: “internalConsole”, There was also no problems before I upgraded to 1.90.0, does anyone help me to debug python with “console”: “integratedTerminal”?
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "c:Usersw802479.vscodeextensionsms-python.debugpy-2024.6.0-win32-x64bundledlibsdebugpyadapter/../..debugpylauncher__main__.py", line 91, in <module>
main()
File "c:Usersw802479.vscodeextensionsms-python.debugpy-2024.6.0-win32-x64bundledlibsdebugpyadapter/../..debugpylauncher__main__.py", line 47, in main
launcher.connect(host, port)
File "c:Usersw802479.vscodeextensionsms-python.debugpy-2024.6.0-win32-x64bundledlibsdebugpyadapter/../..debugpylauncher/../..debugpylauncher__init__.py", line 27, in connect
sock.connect((host, port))
ConnectionRefusedError: [WinError 10061] No connection could be made because the target machine actively refused it