test: move debugger spec to main process (#20514)

This commit is contained in:
Jeremy Apthorp 2019-10-13 22:32:11 -07:00 committed by Cheng Zhao
parent 5c2c30142c
commit 1f44f47de1
2 changed files with 16 additions and 19 deletions

View file

@ -50,7 +50,7 @@ Returns:
* `event` Event
* `method` String - Method name.
* `params` unknown - Event parameters defined by the 'parameters'
* `params` any - Event parameters defined by the 'parameters'
attribute in the remote debugging protocol.
Emitted whenever the debugging target issues an instrumentation event.