You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
https://wiki.mozilla.org/Remote_Debugging_Protocol#Breakpoints shows that setBreakpoint shall be send to a thread actor, however it looks like it shall be sent to a source. Also, the location parameter does not contain the url field, but might contain the condition.
The text was updated successfully, but these errors were encountered:
Yes, the protocol documentation should be updated. It should also be moved into the Firefox source tree, and broken up into separate pages by actor.
Since I'm the only person who has ever invested significant effort in this documentation, it doesn't seem like it's very valuable to the rest of the team, so I'm not expecting it to be updated.
https://wiki.mozilla.org/Remote_Debugging_Protocol#Breakpoints shows that setBreakpoint shall be send to a thread actor, however it looks like it shall be sent to a source. Also, the location parameter does not contain the url field, but might contain the condition.
The text was updated successfully, but these errors were encountered: