Skip to content

Commit

Permalink
fix: .lldbinit config stale (unavailable) (#31160)
Browse files Browse the repository at this point in the history
Co-authored-by: Black-Hole1 <158blackhole@gmail.com>
  • Loading branch information
trop[bot] and BlackHole1 committed Sep 28, 2021
1 parent 8129888 commit 6595bc7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/development/debugging-instructions-macos.md
Expand Up @@ -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
Expand Down

0 comments on commit 6595bc7

Please sign in to comment.