-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.8 issues on Mac os #12
Comments
I have just discovered that I have exactly the same issue on Windows 10. The first QGIS instance reports the following:
While the second QGIS instance reports:
|
Same exact issue on Windows 10 as @chau-intl |
Same issue on windows 11 as well |
in init.py where debugpy is imported, write like this
It will work after that |
I can confirm this issue is occurring on latest MacOS Ventura and QGIS-LTR (3.28.10-Firenze) as well. I haven't attempted troubleshooting but was able to revert to 0.7 to use the debugvs plug-in. |
It will still not work just by adding shutil.which python, as debugpy doesn't have any api which tells whether a session is already there or not, so need to add check enable method of init.py file |
On Mac OS, activating the plugin causes a new instance of QGIS to be run and hangs the original instance. The new instance seems to be running in a more limited environment (no access to saved credentials, e.g.). This did not happen with the ptsd version -- it started immediately with the upgrade to 0.8. I am reverting to 0.7 for now.
The text was updated successfully, but these errors were encountered: