📝 Add debugging instructions for macOS
I already wrote up debugging instructions for Windows, but never got around to writing them for macOS - until now! This adds a very basic introduction to LLDB from the command line, which should empower people to figure out what’s happening inside Electron when they call an Electron method from JavaScript.
This commit is contained in:
parent
34f33c3b45
commit
ab69ae07b7
2 changed files with 127 additions and 1 deletions
|
@ -93,5 +93,6 @@ an issue:
|
|||
* [Build Instructions (macOS)](development/build-instructions-osx.md)
|
||||
* [Build Instructions (Windows)](development/build-instructions-windows.md)
|
||||
* [Build Instructions (Linux)](development/build-instructions-linux.md)
|
||||
* [Debug Instructions (Windows)](development/debug-instructions-windows.md)
|
||||
* [Debug Instructions (macOS)](development/debug-instructions-windows.md)
|
||||
* [Debug Instructions (Windows)](development/debug-instructions-macos.md)
|
||||
* [Setting Up Symbol Server in debugger](development/setting-up-symbol-server.md)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue