How to set logging level (enable full debug info) in QtPy

367 Views Asked by At

It may seem like a trivial question, but I really can't find how to make my qtpy app display full debug info. I want to achieve an effect similar to what defining QT_MESSAGELOGCONTEXT for C++ build in native Qt does.
So is short I want to debug Qt itself, as I sometimes encounter some SEGFAULTs.

0

There are 0 best solutions below