With the Java Debug option 'Suspend VM' enabled, all threads are suspended when a brakpoint is hit. To resume the process, all threads need to be resumed individually.
A 'Resume All' command could help here in that it resumes all threads of the currently selected process.