docs: Update contributing.md to point out that variable dumping is avm1 only

This commit is contained in:
Nathan Adams 2023-03-27 16:32:41 +02:00
parent b18d3a2645
commit b4e374712b
1 changed files with 2 additions and 0 deletions

View File

@ -79,6 +79,8 @@ The hotkey <kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>V</kbd> dumps every variable insi
This can be very useful to inspect the internal state of games and see, for example, if a coordinate is NaN, your lives
are negative, or maybe an important object just didn't get initialized.
This currently only works for AVM1. We'd [welcome a PR to change that](https://github.com/ruffle-rs/ruffle/issues/8951)!
### Render Tree Dumping
The hotkey <kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>F</kbd> dumps the DisplayObject render tree at the moment you press it.