VSCode throws Exception has occurred: ModuleNotFoundError during Debug only

Viewed 12

When I set breakpoints in my code and try to run the debugger in vscode I am getting the following:

Exception has occurred: ModuleNotFoundError

This is only with my local custom modules not with packages from pip.

0 Answers
Related