Add XCode debugging doc
This commit is contained in:
parent
6d82966ebe
commit
dc29b3add1
3 changed files with 60 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue