📝 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:
Felix Rieseberg 2016-07-28 12:54:03 -07:00
parent 34f33c3b45
commit ab69ae07b7
2 changed files with 127 additions and 1 deletions

View file

@ -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)