Valgrind integration?

Post here any ideas/problems/suggestions you have regarding CodeLite's ExternalTools plugin
LuckyOne
CodeLite Curious
Posts: 1
Joined: Tue Sep 28, 2010 8:46 pm
Genuine User: Yes
IDE Question: C++
Contact:

Valgrind integration?

Post by LuckyOne »

Hi, is it possible to integrate Valgrind into CodeLite as a plugin, please?

At this moment I use it as an "external tool", but it would be really great to automate the process - all what is needed is to pass executable name to "valgrind --tool=memcheck [workspace configuration path] / [executable name]", and highlight the appropriate lines in output. There could be a button "Run Active Project under Valgrind" too.

Thanks in advance!
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Valgrind integration?

Post by eranif »

Please post a feature request in the source forge tracker:

https://sourceforge.net/tracker/?func=a ... tid=979963

Eran
Make sure you have read the HOW TO POST thread
Post Reply