Multi-threading profiling/debugging

H

hiwa

What IDE, debugger, profiler or the like has best features for diagnosing
problems in multi-threaded Java program? And is it lexically compilant
with the new java.util.concurrent classes?

Thanks in advance.
 
A

asaguden

I am not really sure what youre looking for,
but Eclipse debugs multithreaded. The requests/threads are queued, and
you can view/execute them one by one when they are stopped at a
breakpoint.
This works fine when debugging EJBs [although it can also be a pain...]

good luck
 

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,756
Messages
2,569,535
Members
45,008
Latest member
obedient dusk

Latest Threads

Top