RESOLVED FIXED300702
Web Inspector: REGRESSION(300338@main) Sources: Breakpoints don't work
https://bugs.webkit.org/show_bug.cgi?id=300702
Summary Web Inspector: REGRESSION(300338@main) Sources: Breakpoints don't work
Razvan Caliman
Reported 2025-10-14 07:53:52 PDT
Regression caused by https://commits.webkit.org/300338@main Steps: - Set a breakpoint (JS, DOM event, etc) - Cause it to hit (run the script, trigger the event, etc) Uncaught Exceptions: ----------------------- undefined is not an object (evaluating 'this._target.DebuggerAgent.pause')​ (at DebuggerData.js:​99:​42)​ pauseIfNeeded @ DebuggerData.js:​99:​42 debuggerDidPause @ DebuggerManager.js:​1062:​42 paused @ DebuggerObserver.js:​60:​44 _dispatchEvent @ Connection.js:​210:​26 dispatch @ Connection.js:​79:​32 dispatchMessageFromTarget @ TargetManager.js:​176:​39 dispatchMessageFromTarget @ TargetObserver.js:​47:​51 _dispatchEvent @ Connection.js:​210:​26 dispatch @ Connection.js:​79:​32 dispatch @ InspectorBackend.js:​233:​52 ?​ @ MessageDispatcher.js:​42:​34 -----------------------
Attachments
Radar WebKit Bug Importer
Comment 1 2025-10-14 07:53:57 PDT
Razvan Caliman
Comment 2 2025-10-14 12:42:45 PDT
Breakpoints do stop execution, but the unhandled exception prevents the UI from updating. It's not possible to resume execution. Web Inspector appears unresponsive.
Razvan Caliman
Comment 3 2025-10-14 13:05:55 PDT
Razvan Caliman
Comment 4 2025-10-14 13:20:36 PDT
*** Bug 300649 has been marked as a duplicate of this bug. ***
EWS
Comment 5 2025-10-14 19:01:50 PDT
Committed 301521@main (8da8436c7a4a): <https://commits.webkit.org/301521@main> Reviewed commits have been landed. Closing PR #52319 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.