Debugger shows me dissassembler code, while i am trying to step over the instructions of my program. Using lldb under QtCreator. Interesting thing is: debugging works fine, if i use it without QtCreator (via terminal)
Small projects seems to debug normally... So I've try to add peaces of my project gradually to small one. I've found a peace of code, that resulting to crash:
QVector<myClass>::contains();
But if i try to make an empty project only with this realisation, problem disappeared. I've lost about a week, trying to solve it. Any ideas, what can go wrong?
EDIT: Well, QtCreator still using GDB instead of LLDB, that i refer it to... Looks like bug