Example #1
0
 @Override
 public void paused(@NotNull SuspendContext suspendContext) {
   for (DebugProcessListener listener : getAllProcessListeners()) {
     listener.paused(suspendContext);
   }
 }