Skip to content
lmotta edited this page Dec 7, 2018 · 10 revisions

Welcome to the Debug Visual Studio plugin homepage!

Debug Visual Studio plugin was developed by Luiz Motta from IBAMAmask overview(Brazilian Institute of Environment and Renewable Natural Resources).

That tool is designed to help developers use the debugger of Visual Studio Code inside the a plugin in QGIS.

For use need install the ptvsd's module.

pip3 install ptvsd

Steps for use the plugin.

  • Run the plugin

run plugin

message plugin

  • In VS Code start debugging with Python:Attach

vs code run

  • Add the point for debugging and run your plugin for debug.

mark debuger

Clone this wiki locally