Author Topic: how do I use the valgrind plugin?  (Read 6483 times)

Offline ausairman

  • Multiple posting newcomer
  • *
  • Posts: 12
how do I use the valgrind plugin?
« on: July 04, 2011, 03:13:35 pm »
Hello,
I did a search for using valgrind with Code::blocks, and came across this page; http://wiki.codeblocks.org/index.php?title=Code%3a%3aBlocks_Plugins

Unfortunately the valgrind link doesn't work, and http://forums.codeblocks.org/index.php?topic=6666.0 doesn't seem to have to have any links. Does anyone know how/where I can get the valgrind plugin or something similar for code::blocks; I'm trying to debug segfaults...
Ubuntu 11.04 (64-bit), optiplex 990 i7

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7789
    • My Best Post
Re: how do I use the valgrind plugin?
« Reply #1 on: July 04, 2011, 03:21:20 pm »
Learn to use Google Oops, misunderstood your question.
http://valgrind.org/info/platforms.html

Edit: Windows Users can NOT use valgrind.

Tim S.
« Last Edit: July 04, 2011, 03:25:22 pm by stahta01 »
C Programmer working to learn more about C++ and Git.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline ausairman

  • Multiple posting newcomer
  • *
  • Posts: 12
Re: how do I use the valgrind plugin?
« Reply #2 on: July 05, 2011, 01:04:53 pm »
There is no mention of a valgrind plugin on that page, at least none that I could see. I'm aware of the valgrind program, what I'm after is the valgrind plugin for code blocks that seems to be mentioned quite a lot.
Ubuntu 11.04 (64-bit), optiplex 990 i7

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13406
    • Travis build status
Re: how do I use the valgrind plugin?
« Reply #3 on: July 05, 2011, 01:25:52 pm »
Please state your OS and C::B version (self-compiled or binary package), we have no magic balls here to guess them.
Also there is no valgrind port for windows, so the plugin is not compiled on windows.
The valgrind plugin is in the contrib plugins.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]