visual studio - C++ Dynamic Code Analysis tools for Windows -


i searching tool detect (memory leaks,memory corruption, ...) @ run-time in vs c++

and found : dynamic code analysis c++

unfortunately of them running under linux ask tools running vs or @ least windows

thanks in advance

i recommend check out runtime checker. designed detect memory leaks in windows c++ applications.


Comments

Popular posts from this blog

c++ - llvm function pass ReplaceInstWithInst malloc -

Cross-Compiling Linux Kernel for Raspberry Pi - ${CCPREFIX}gcc -v does not work -

java.lang.NoClassDefFoundError When Creating New Android Project -