Qt creater Analyze tool and Debug tool
-
It's Qt Creator :)
Analysis gives you info about potential memory leaks and bottlenecks in your application. Debugging can help you hunt down bugs, and enables you to go through your running program line by line.
-
Have you looked at the documentation that is shipped with creator? Is there something missing there or can we make the documentation more clear?