When I program in C++, I use GDB for debugging.
I can check the states of the multiple threads and which code lines they are executing.
How can I check what each java process is working on?
When I program in C++, I use GDB for debugging.
I can check the states of the multiple threads and which code lines they are executing.
How can I check what each java process is working on?