summaryrefslogtreecommitdiff
path: root/docs/guide
diff options
context:
space:
mode:
authorJosh Ferrell <josh@vector35.com>2025-11-18 17:08:31 -0500
committerJosh Ferrell <josh@vector35.com>2025-11-19 14:30:26 -0500
commit69c3f09695b329e6b6794f10f70e13f4e5956596 (patch)
tree3f3d3ed128b8a020209992bd664023961058669f /docs/guide
parentb7a8df1318c5b0b007dc7f674d99be9af85c0234 (diff)
Allow loading supplementary dwarf debug info from path in .gnu_debugaltlink
Diffstat (limited to 'docs/guide')
-rw-r--r--docs/guide/settings.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guide/settings.md b/docs/guide/settings.md
index 32f08013..aa418a42 100644
--- a/docs/guide/settings.md
+++ b/docs/guide/settings.md
@@ -123,7 +123,7 @@ The setting will appear under the Quick Settings section in the Function Setting
|analysis.database|Purge Snapshots|When saving a database, purge old snapshots keeping only the current snapshot.|`boolean`|`False`|[`SettingsProjectScope`, `SettingsUserScope`]|<a id='analysis.database.purgeSnapshots'>analysis.database.purgeSnapshots</a>|
|analysis.database|Purge Undo History|When saving a database, purge current and existing undo history.|`boolean`|`False`|[`SettingsProjectScope`, `SettingsUserScope`]|<a id='analysis.database.purgeUndoHistory'>analysis.database.purgeUndoHistory</a>|
|analysis.database|Suppress Reanalysis|Disable function reanalysis on database load when the product version or analysis settings change.|`boolean`|`False`|[`SettingsProjectScope`, `SettingsResourceScope`, `SettingsUserScope`]|<a id='analysis.database.suppressReanalysis'>analysis.database.suppressReanalysis</a>|
-|analysis.debugInfo|Debug File Directories|Paths to folder containing DWARF debug info stored by build id.|`array`|[]|[`SettingsProjectScope`, `SettingsResourceScope`, `SettingsUserScope`]|<a id='analysis.debugInfo.debugDirectories'>analysis.debugInfo.debugDirectories</a>|
+|analysis.debugInfo|Debug File Directories|Paths to search for DWARF debug info.|`array`|[]|[`SettingsProjectScope`, `SettingsResourceScope`, `SettingsUserScope`]|<a id='analysis.debugInfo.debugDirectories'>analysis.debugInfo.debugDirectories</a>|
|analysis.debugInfo|Enable Debug File Directories|Enable searching local debug directories for DWARF debug info.|`boolean`|`True`|[`SettingsProjectScope`, `SettingsResourceScope`, `SettingsUserScope`]|<a id='analysis.debugInfo.enableDebugDirectories'>analysis.debugInfo.enableDebugDirectories</a>|
|analysis.debugInfo|External Debug Info File|Separate file to attempt to parse and import debug information from.|`string`| |[`SettingsProjectScope`, `SettingsResourceScope`, `SettingsUserScope`]|<a id='analysis.debugInfo.external'>analysis.debugInfo.external</a>|
|analysis.debugInfo|Import Debug Information|Attempt to parse and apply debug information from each file opened.|`boolean`|`True`|[`SettingsProjectScope`, `SettingsResourceScope`, `SettingsUserScope`]|<a id='analysis.debugInfo.internal'>analysis.debugInfo.internal</a>|