Dynamic analysis tools information

V

vipindeep

Dear reader,

Are there any widely used dynamic analysis tools which are used for
detecting errors in programming, for example null dereferences,
deadlocks, etc..

Some of the tools which I could know are Daikon, *J, MAc JAVA, Delta
Debuggers. Infact all these tools provide runtime information. Are
there any tools like Purify (in C for memory based errors, array out
of bounds etc).

Can any one give information regarding the runtime analysis tools for
error detection in C++ and JAVA.

Thanks,
Vipin
 
T

Thomas Maier-Komor

vipindeep said:
Dear reader,

Are there any widely used dynamic analysis tools which are used for
detecting errors in programming, for example null dereferences,
deadlocks, etc..

Some of the tools which I could know are Daikon, *J, MAc JAVA, Delta
Debuggers. Infact all these tools provide runtime information. Are
there any tools like Purify (in C for memory based errors, array out
of bounds etc).

Can any one give information regarding the runtime analysis tools for
error detection in C++ and JAVA.

Thanks,
Vipin

All these things depend upon which host/target platform and
architecture you are using... So first of all you should tell us,
which ones you use. Addtionally probably a newsgroup apropriate for
this target would probably give better results to this question.

Tom
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top