Showing the Threads in real-time while debugging
Is there a way in idea to see the Threads in real-time, while you are debugging an application? I know in Idea you can see the Threads when the execution is suspended (i.e. waiting at a break-point).
This feature is really useful when you are debugging multi-threaded applications and both eclipse and netbeans provide such a feature.
Please sign in to leave a comment.