wonder-sk / qgis-first-aid-plugin

The must-have tool for QGIS Python plugin developers
GNU General Public License v2.0
45 stars 15 forks source link

Breakpoints do not activate on QGIS 3.32, Windows 10 #45

Open Saareem opened 11 months ago

Saareem commented 11 months ago

I tried to use this plugin on QGIS 3.32 in Windows 10. I activated the plugin from the toolbar pressing the debug button, selected the correct python file to debug from the directory of a plugin I'm developing and tried to use the plugin in QGIS after setting the breakpoint in First aid UI. However, the breakpoints do not have any effect and the code just continues to execute. I'm 100% certain that the code block is accessed as I initially debugged it by manually inserting a breakpoint using import pdb;pdb.set_trace() into the same place and it worked ok. However, using pdb the stepping and continuation of execution isn't nearly as intuitive and easy.

Is this possibly a bug or am I just doing something wrong?

kupferb commented 10 months ago

Same here using QGIS 3.26 on Windows 11

MohammadMemarneajd commented 7 months ago

same here using QGIS 3.36.0 on Windows 11