mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +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>
This directory contains various Python modules used to support servo development.
servo
servo-specific python code e.g. implementations of mach commands. This is the canonical repository for this code.
tidy
servo-tidy is used to check licenses, line lengths, whitespace, ruff on Python files, lock file versions, and more.
wpt
servo-wpt is a module with support scripts for running, importing, exporting, updating manifests, and updating expectations for WPT tests.