Interface SuspendedCallback


public interface SuspendedCallback
Callback invoked whenever the debugger suspends for a particular session.
Since:
0.17
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called whenever the debugger suspends for a particular session.
  • Method Details

    • onSuspend

      void onSuspend(SuspendedEvent event)
      Called whenever the debugger suspends for a particular session. If multiple threads would trigger a suspended event then each thread is going to get notified separately.
      Parameters:
      event - the suspended event
      Since:
      0.17