lmotta / debug_vs_plugin

Plugin to Enable Debug for Visual Studio( tested in Visual Studio Code)
GNU General Public License v2.0
20 stars 8 forks source link

Configure debugpy python path for Windows/macOS environments #18

Open sanak opened 6 months ago

sanak commented 6 months ago

This is similar with PR #14, but using another approach to support both Windows/macOS environments. I get python path from the following issue/PR and I just used 2nd PR's get_qgis_python_path function.

  1. https://github.com/qgis/QGIS/issues/45646
  2. https://github.com/specklesystems/speckle-qgis/pull/126

This PR should solve all Windows/macOS related issues (#12, #13, #16, #17).

I still haven't tested this on Linux environment, but I will check it tomorrow. => 2024-04-29: I confirmed that Linux environment (Ubuntu 22.04 amd64, QGIS 3.34 LTS) works fine.

AsadAliBaig commented 5 months ago

Thank you for the contribution💜 I tested it today on Windows and it worked perfectly. @lmotta any plans to merge it soon?

axeis commented 5 months ago

works for me on windows

chau-intl commented 3 months ago

It works for me on Windows 10 too. Love to see this merged so I don't have to manually patch the plugin after installation.

ValentinBuira commented 3 weeks ago

I second this. This PR would be really helpful to have