As I had faced a problem with my python debugger, I located a debugee.py
file which seemed to be the root of the problem. C:Usersxxxxx.vscodeextensionsms-python.debugpy-2024.10.0-win32-x64bundledlibsdebugpylauncher
In that file, I noticed that import debugpy
looked like this: image
I tried pip uninstalling debugpy and reinstalling it, but to no avail, and importing debugpy in the terminal seems to have no issues, which lead me to suspect that the problem is with VScode. I have also tried uninstalling Vscode and removing all files associated with it, but the problem persisted.
If anyone knows why this problem exists or how to fix it, your help will be greatly appreciated.
1