I have a couple of libraries and I cant seem to get the debugger to step into them or set break points!
I have just started with QT Creator and as a first step I created three simple projects
1. A static library with some simple test methods such as – int AddValues(int val1, int val2)
2. A shared library with some simple methods
3. A console application to load and test the above libraries.
It all built OK and the console application runs and exercises the libraries correctly. I.e I get the right results.
However –
1. I cannot set break points in the libraries
2. I cannot step into them (F11).
I am running on Ubunto 12.10 and I downloaded QT creator from the Ubuntu Software center
↧