Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc(symbolicli): Document symbols option #1516

Merged
merged 1 commit into from
Sep 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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`.
Loading