fix: .lldbinit config stale (unavailable) (#31161)

Co-authored-by: Black-Hole1 <158blackhole@gmail.com>
This commit is contained in:
trop[bot]
2021-09-28 09:54:25 +02:00
committed by GitHub
parent f5c2bab02b
commit 2a36199b35

View File

@@ -26,7 +26,9 @@ you prefer a graphical interface.
* **.lldbinit**: Create or edit `~/.lldbinit` to allow Chromium code to be properly source-mapped.
```text
command script import ~/electron/src/tools/lldb/lldbinit.py
# e.g: ['~/electron/src/tools/lldb']
script sys.path[:0] = ['<...path/to/electron/src/tools/lldb>']
script import lldbinit
```
## Attaching to and Debugging Electron