Skip to content

Commit

Permalink
docs: Tweak the suggested debug filters for RUST_LOG based off new de…
Browse files Browse the repository at this point in the history
…sktop default
  • Loading branch information
Dinnerbone committed Mar 11, 2024
1 parent eaab481 commit a71e8c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Ruffle is a young project, and there is still much Flash functionality that is u

## Debugging ActionScript Content

To enable debug logging, set `RUST_LOG=warn,ruffle_core=debug,avm_trace=trace` and run Ruffle from the command line.
To enable debug logging, set `RUST_LOG=warn,ruffle=info,ruffle_core=debug,avm_trace=info` and run Ruffle from the command line.
This will also enable printing `trace()` statements.

Additionally, if you build Ruffle with `--features avm_debug` then you will activate a few more built-in debugging utilities inside Ruffle, listed below.
Expand Down

0 comments on commit a71e8c1

Please sign in to comment.