User forums > Using Code::Blocks
Valgrind plugin break stop quit
(1/1)
str0g:
Hi
How can I manually stop memcheck provided with Valgrind plugin if I know that my there will be endless loop in my program?
oBFusCATed:
I think you can't at the moment using the C::B's gui, but you can kill valgrind with an external tool -> ps, top, htop :)
str0g:
If I kill codeblocks I am able to kill valgrind. Unluckily every tool see only codeblocks process which is wasting cpu power.
oBFusCATed:
--- Quote from: str0g on March 15, 2010, 11:11:05 pm ---If I kill codeblocks I am able to kill valgrind.
--- End quote ---
You don't have to kill c::b to kill valgrind -> killall -9 valgrind does it perfectly :)
--- Quote from: str0g on March 15, 2010, 11:11:05 pm ---Unluckily every tool see only codeblocks process which is wasting cpu power.
--- End quote ---
This I can't understand :)
Navigation
[0] Message Index
Go to full version