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

breakpoint() defined in code does not trigger #10

Open kannes opened 1 year ago

kannes commented 1 year ago

When the plugin is installed and active, standard breakpoint() statements seem to be ignored. Normally one would get a pdb session in the terminal where QGIS was started in. If the plugin is installed, this is not happening.

Not sure if it is a bug or if it is just a missing warning in the documentation.