Skip to content

Commit

Permalink
Docs: Add info about --enable-idl-tracing flag
Browse files Browse the repository at this point in the history
  • Loading branch information
matan-h authored and AtkinsSJ committed Jan 13, 2025
1 parent 7757df5 commit 3618971
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ISSUES.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,11 @@ You can take your reduced test case and post it online at a site such as the fol
That will give you a URL which you can then include in the issue you raise for the problem.

*[Credits: The “How you can write a reduced test case” details above are largely taken from https://webkit.org/test-case-reduction/.]*

## Debugging

When investigating a bug, it can be helpful to use the `--enable-idl-tracing` command-line flag when running Ladybird. This will output detailed information about the calls being made to the browser's internal interfaces, which can help pinpoint where a problem is occurring.

```bash
./Meta/ladybird.sh run ladybird --enable-idl-tracing
```

0 comments on commit 3618971

Please sign in to comment.