-
Notifications
You must be signed in to change notification settings - Fork 8
Home
lmotta edited this page Dec 7, 2018
·
10 revisions
Debug Visual Studio plugin was developed by Luiz Motta from IBAMA(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
- In VS Code start debugging with Python:Attach
- Add the point for debugging and run your plugin for debug.