I am trying to get the Valgrind plugin working on Ubuntu 9.04.
The first issue which I overcame was that the version number returned by
by the Valgrind binary was in the form "valgrind-3.4.1-Debian" which
caused an exception. I worked around this with a wrapper that returns
"valgrind-3.4.1".
Then I was able to invoke the profile I created but the output was
returned into the console in a raw XML format (nothing I could click on).
The output seems to make sense, so I believe that Valgrind was invoked
correctly.
Is there a way to define a console that can interpretate the XML correctly?
I am using Eclipse CDT 3.4.2 and have installed via the update site (so I
have BIRT too).