-1

I would like to use Valgrind on Codeblocks 13.12, but I was not able to find any easy document to get started.

Thank you in advance

dario
  • 137
  • 1
  • 3
  • 11
  • 2
    You can add arguments as described here: http://stackoverflow.com/questions/11888528/how-to-take-command-line-argument-in-codeblock-10-05 How is that related to Valgrind? – jotrocken Dec 16 '14 at 15:37
  • I added the arguments. I made sure that the path is right but when I press Debug / Continue it just open and close a terminal window. Nothing more.... – dario Dec 16 '14 at 16:05

1 Answers1

1

You will need the valgrind plugin for codeblocks.

To install the plugin try this as the root user

apt-get install codeblocks-contrib
Iharob Al Asimi
  • 52,653
  • 6
  • 59
  • 97