Have QGIS and a python plugin on Windows 11. Plugin connect to a the AddFeature of a QgsVectorLayer,
1.open the debugger
- open python plugin
- place a break point in the event handler.
- Add a feature click ok on attribute editor, hits break point
- Add a second feature, click ok on attribute editor
- In debugger, click continue
QGIS crashes