diff options
| author | KyleMiles <krm504@nyu.edu> | 2022-10-07 15:55:43 -0400 |
|---|---|---|
| committer | KyleMiles <krm504@nyu.edu> | 2022-10-09 18:08:24 -0400 |
| commit | 1d21f2de35633113c38692a4fcb7e0481c96fd08 (patch) | |
| tree | 0d30c740c9279940fa07d04f380c554a02b0632b /python/examples/debug_info.py | |
| parent | ed4dbf7bad554078139dcde3b437527078dc42ec (diff) | |
Remove default load settings; Move settings `analysis.debugInfoInternal` and `loader.debugInfoExternal` to `analysis.debugInfo.internal` and `analysis.debugInfo.external`
Diffstat (limited to 'python/examples/debug_info.py')
| -rwxr-xr-x | python/examples/debug_info.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/examples/debug_info.py b/python/examples/debug_info.py index 0dd25786..a060e465 100755 --- a/python/examples/debug_info.py +++ b/python/examples/debug_info.py @@ -222,7 +222,7 @@ for p in bn.debuginfo.DebugInfoParser: print(f" {bn.debuginfo.DebugInfoParser[p.name].name}") # Test calling our `is_valid` callback -bv = bn.open_view(filename, options={"loader.debugInfoInternal": False}) +bv = bn.open_view(filename, options={"analysis.debugInfo.internal": False}) if parser.is_valid_for_view(bv): print("Parser is valid") else: |
