From e818e37194cd3867420a91d63919d35f5d809c3c Mon Sep 17 00:00:00 2001 From: Sebastian Zivota Date: Wed, 11 Sep 2024 14:57:07 +0200 Subject: [PATCH] doc(symbolicli): Document symbols option (#1516) --- crates/symbolicli/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/crates/symbolicli/README.md b/crates/symbolicli/README.md index dbfbc1e6e..f9c1abfec 100644 --- a/crates/symbolicli/README.md +++ b/crates/symbolicli/README.md @@ -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`.