Hello

I'm trying to see where I'm crashing in the Qt sources itself. I'm on Linux SuSe platform (i.e. I'm not on Unbuntu).

I'm wondering how can I stepping into the Qt sources in Qt Creator?

I have downloaded (into /home/qt-everywhere-enterprise-src-5.4.0) and compiled the Qt sources with DEBUG=true.

I have changed the Options -> Debugger to be:
Source Path: /var/tmp/qt-src
Target Path: /home/qt-everywhere-enterprise-src-5.4.0

Still does not work?

I need to see the call stack (backtrace) up to the Qt sources?

Any thoughts?

Thanks

Mut