Closed
Bug 2024832
Opened 3 months ago
Closed 18 days ago
Implement a basic moz:debugging module for WebDriver BiDi
Categories
(Remote Protocol :: WebDriver BiDi, task, P3)
Remote Protocol
WebDriver BiDi
Tracking
(firefox153 fixed)
RESOLVED
FIXED
153 Branch
| Tracking | Status | |
|---|---|---|
| firefox153 | --- | fixed |
People
(Reporter: jdescottes, Assigned: jdescottes)
References
(Blocks 5 open bugs)
Details
Attachments
(2 files, 1 obsolete file)
In order to support firefox-devtools-mcp, add a simple module to provide debugging capabilities via webdriver bidi.
This should be a moz prefixed module, as this is not specified yet.
| Assignee | ||
Comment 1•3 months ago
|
||
Before reviewing the implementation, we should still discuss a bit on the API (commands/events) so that whatever we land seems powerful enough for light debugging scenarios with the MCP.
Some references for context:
- CDP Debugger domain: https://chromedevtools.github.io/devtools-protocol/tot/Debugger/
- Chrome DevTools MCP issue about adding debugging support https://github.com/ChromeDevTools/chrome-devtools-mcp/issues/407
- SpiderMonkey's Debugger API documentation: Debugger, Debugger.Script, Debugger.Frame
| Assignee | ||
Comment 2•3 months ago
|
||
Updated•3 months ago
|
Assignee: nobody → jdescottes
Status: NEW → ASSIGNED
| Assignee | ||
Comment 3•3 months ago
|
||
| Assignee | ||
Comment 4•3 months ago
|
||
Updated•3 months ago
|
Attachment #9555471 -
Attachment is obsolete: true
Pushed by jdescottes@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/edef64bc2e6e
https://hg.mozilla.org/integration/autoland/rev/de9d74a904e1
[bidi] Add WebDriver BiDi moz:debugging module r=ochameau,bomsy,whimboo,bthrall
https://github.com/mozilla-firefox/firefox/commit/05606df4be17
https://hg.mozilla.org/integration/autoland/rev/8d55f69cd9f9
[wdspec] Add wdspec tests for moz:debugging module r=whimboo
Pushed by agoloman@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/ab5f3953df28
https://hg.mozilla.org/mozilla-central/rev/4aeb3d1861a0
[bidi] Add WebDriver BiDi moz:debugging module r=ochameau,bomsy,whimboo,bthrall
https://github.com/mozilla-firefox/firefox/commit/42a92c20e8ab
https://hg.mozilla.org/mozilla-central/rev/447efacc57be
[wdspec] Add wdspec tests for moz:debugging module r=whimboo
https://hg.mozilla.org/mozilla-central/rev/4aeb3d1861a0
https://hg.mozilla.org/mozilla-central/rev/447efacc57be
Status: ASSIGNED → RESOLVED
Closed: 18 days ago
status-firefox153:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 153 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•