Skip to content

Commit

Permalink
fix: .lldbinit config stale (unavailable) (electron#31108)
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackHole1 authored Sep 27, 2021
1 parent ecf191e commit a5f1fbd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/development/debugging-instructions-macos.md
Original file line number Diff line number Diff line change
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 a5f1fbd

Please sign in to comment.