docs: Add a minimal debugging guide.

This commit is contained in:
Emilio Cobos Álvarez 2016-11-12 21:36:05 +01:00
parent 157c1674ed
commit 6c5cb9c369
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
2 changed files with 74 additions and 0 deletions

View file

@ -260,6 +260,10 @@ If you need to create a new test file, it should be located in `tests/wpt/mozill
./mach test-wpt --manifest-update
```
### Debugging a test
See the [debugging guide](./debugging.md) to get started in how to debug Servo.
## Documentation:
- Servo's directory structure: [ORGANIZATION.md](./ORGANIZATION.md)