You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: