-
Notifications
You must be signed in to change notification settings - Fork 8
Home
lmotta edited this page Mar 23, 2020
·
10 revisions
Debug Visual Studio plugin was developed by Luiz Motta.
That tool is designed to help developers use the Visual Studio Code debuger 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 See Port and Host in message
- In VS Code Debbuger create a launch.json file
- Edit launch.json file - Use same Port and Host in plugin's message (5678 and localhost)
- Create a breakpoint in script(Red point)
- Run debugger tool
- Debugger in action