I'm using PyQt5 as a GUI for my python app. Sometimes the code crashes with these types of errors:
Is there a way to log these types of crashes with explanation (like error exception).
Edit:
found an easy way.
just run via cli
>> py filename.py
works like magic. (or if using pycharm, debug mode)