linello
linello

Reputation: 8694

Integrate valgrind in qt creator

I'm wondering why I can't use the valgrind analyizer from inside my Qt Creator. Valgrind is installed and runs from command line, but is not present in Qt Creator.

Does someone else have this issue?

QtCreator 2.01 Based on Qt 4.7.0 (64 bit) Ubuntu 11.04 x64 g++-4.5

Is the QtCreator version too old?

Upvotes: 1

Views: 2090

Answers (1)

Wes
Wes

Reputation: 5067

As stated before, Qt Creator support for Valgrind began in version 2.2. I'd suggest an upgrade and it should work for you.

Let us know how it goes...

Upvotes: 1

Related Questions