-
Notifications
You must be signed in to change notification settings - Fork 28
Debugging
trigg edited this page Oct 21, 2020
·
1 revision
If you are trying to debug on VS Code you are likely to get the following message:
/usr/bin/python3: No module named discover_overlay.__main__; 'discover_overlay' is a package and cannot be directly executed
To get around this, copy the main file created by discover-overlay with cp $(which discover-overlay) /path/to/Discover/discover_overlay/__main__.py