Debug QT programs with visual Studio , how to find memory leak
General and Desktop
5
Posts
5
Posters
5.6k
Views
1
Watching
-
wrote on 11 May 2011, 03:11 last edited by
debug QT programs with visual Studio , how to find memory leak
-
wrote on 11 May 2011, 04:24 last edited by
MSVC has some code stuff that does memory checking, and you can always go for solutions like MemoryValidator by SoftwareVerify. Maybe there are also some free tools available, but that I don't know. Memory management checking is by the way not related to Qt.
-
wrote on 11 May 2011, 06:13 last edited by
I used Purify Plus for this purpose. but it's commercial tool:(
-
wrote on 11 May 2011, 06:26 last edited by
You can use one of these two free memory leak detectors:
"Visual Leak Detector":http://www.codeproject.com/KB/applications/visualleakdetector.aspx
"Denomo":http://www.kbasm.com/download.html -
wrote on 11 May 2011, 09:12 last edited by
Have a look at these forum threads:
- http://developer.qt.nokia.com/forums/viewthread/1924
- http://developer.qt.nokia.com/forums/viewthread/2248/
- http://developer.qt.nokia.com/forums/viewthread/2747
- http://developer.qt.nokia.com/forums/viewthread/3475
- http://developer.qt.nokia.com/forums/viewthread/3953/
And these threads on forum nokia:
2/5