setAsyncCallStackDepth & setPauseOnExceptions protocol commands do not honor "CommandNotFound" enum.
Reported by
thegreat...@gmail.com,
Mar 5 2017
|
|||
Issue descriptionFrontend handling of Debugger.setAsyncCallStackDepth and Debugger.setPauseOnExceptions should properly honor "MethodNotFound/-32601" responses instead of throwing an error. see allada@ for more details.
,
Oct 16 2017
,
Oct 23 2017
It is not debugger only. We dump error any time when frontend tries to call not found method. Our frontend dumps error to DevTools context so these errors should be visible only in DevTools on DevTools. You can use 'Protocol.InspectorBackend.Options.suppressRequestErrors = true' to suppress all request errors [1]. [1] https://chromium-review.googlesource.com/c/chromium/src/+/729355/2/third_party/WebKit/Source/devtools/front_end/protocol/InspectorBackend.js#641 |
|||
►
Sign in to add a comment |
|||
Comment 1 by paulir...@chromium.org
, Mar 6 2017Owner: kozyatinskiy@chromium.org
Status: Assigned (was: Unconfirmed)