New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 698554 link

Starred by 2 users

Issue metadata

Status: WontFix
Owner:
Closed: Oct 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Mac
Pri: 2
Type: Bug



Sign in to add a comment

setAsyncCallStackDepth & setPauseOnExceptions protocol commands do not honor "CommandNotFound" enum.

Reported by thegreat...@gmail.com, Mar 5 2017

Issue description

Frontend handling of Debugger.setAsyncCallStackDepth and Debugger.setPauseOnExceptions should properly honor "MethodNotFound/-32601" responses instead of throwing an error.

see allada@ for more details.

 
Cc: allada@chromium.org
Owner: kozyatinskiy@chromium.org
Status: Assigned (was: Unconfirmed)
ask yr neighbor. ;)
Owner: kozy@chromium.org

Comment 3 by kozy@chromium.org, Oct 23 2017

Status: WontFix (was: Assigned)
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