Skip to content

Commit

Permalink
doc(symbolicli): Document symbols option (#1516)
Browse files Browse the repository at this point in the history
  • Loading branch information
loewenheim authored Sep 11, 2024
1 parent 2ef1a08 commit e818e37
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions crates/symbolicli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,8 @@ See `symboliclirc.example` for an exapmle `.symboliclirc` file.
# Logging
You can control the level of logging output by passing the desired log level to the `--log-level` option.
Available levels are `off`, `error`, `warn`, `info`, `debug`, `trace`. The default is `info`.

# Local Symbols
The `--symbols` option allows you to supply a local directory containing debug files to use
in addition to the configured sources. The directory must be sorted according to the
`unified` layout. The easiest way to accomplish that is using `symsorter`.

0 comments on commit e818e37

Please sign in to comment.