Unable to debug templates with CDB
-
Whenever I set a breakpoint in template method the debugger won't stop there. It just avoids them. Though I can step into template methods. With non-template methods all works fine.
I have tried several QtCreator versions but the same issue exists.
Using 64-bit Windows 7 with latest QtCreator (2.8.1) which probably uses cdb debugger by default
Under linux all works ok (guess it's because it uses gdb instead of cdb).
I think there might be something todo with cdb but I've no idea what to change or why doesn't it work out of the box with templates.
Can someone please help? It really gets on my nerves and I have to constantly use visual studio on the side.