mirror of
https://github.com/servo/servo
synced 2026-05-08 16:12:15 +02:00
When a breakpoint is hit, the script thread now pauses execution and notifies devtools clients with a "paused" event. The script thread enters a loop that processes devtools messages until a Resume command is received. This change does not implement manual pause Testing: Added new test Fixes: part of https://github.com/servo/servo/issues/36027 https://github.com/user-attachments/assets/c619db20-4579-4f77-aa60-0e43e6e7e575 Signed-off-by: atbrakhi <atbrakhi@igalia.com>