Add XCode debugging doc

This commit is contained in:
Nitish Sakhawalkar 2018-03-05 23:49:19 +05:30
parent 6d82966ebe
commit dc29b3add1
3 changed files with 60 additions and 1 deletions

View file

@ -5,6 +5,8 @@ by your JavaScript application, but instead by Electron itself, debugging can
be a little bit tricky, especially for developers not used to native/C++
debugging. However, using lldb, and the Electron source code, it is fairly easy
to enable step-through debugging with breakpoints inside Electron's source code.
You can also use [XCode for debugging](debugging-instructions-macos-xcode.md) if
you prefer a graphical interface.
## Requirements