Package 

Class ResumeRequest

    • Method Summary

      Modifier and Type Method Description
      final Boolean component1()
      final ResumeRequest copy(Boolean terminateOnResume)
      final Boolean getTerminateOnResume() Set to true to terminate execution upon resuming execution.
      • Methods inherited from class org.hildan.chrome.devtools.domains.debugger.ResumeRequest

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ResumeRequest

        ResumeRequest(Boolean terminateOnResume)
    • Method Detail

      • getTerminateOnResume

         final Boolean getTerminateOnResume()

        Set to true to terminate execution upon resuming execution. In contrast to Runtime.terminateExecution, this will allows to execute further JavaScript (i.e. via evaluation) until execution of the paused code is actually resumed, at which point termination is triggered. If execution is currently not paused, this parameter has no effect.