Skip to content
Snippets Groups Projects
Commit 607a8359 authored by yulia's avatar yulia
Browse files

Bug 1494796 - Removing threadClient specifics from DebuggerClient Special case...

Bug 1494796 - Removing threadClient specifics from DebuggerClient Special case resume; r=jdescottes,jlast

The resume case is much more complex than the other events, because we do an
unsafeSynchronize to send an unsolicited pause. In the old system, the resume response would have
been ignored, but that is no longer the case. With the new system, we do not want to send a response
to a resume action if it did not come from the UI. This also update the debugger panel code to
accept a resume.

Differential Revision: https://phabricator.services.mozilla.com/D32697

--HG--
extra : moz-landing-system : lando
parent 2e3fde9d
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment