5yutan5 / PyQtDarkTheme

A flat dark theme for PySide and PyQt.
https://pyqtdarktheme.readthedocs.io
MIT License
545 stars 84 forks source link

setup_theme() causes debugger to not end #250

Open Sigurdur42 opened 1 year ago

Sigurdur42 commented 1 year ago

I have setup qdarktheme according to the guide. I do use it with pyqt6. When debugging in pycharm, the debugger process does not terminate if the theme is used. As soon as I comment out the qdarktheme.setup_theme("auto"), the debugger closes correctly.

Any advice?