Skip to content

Commit 2fe5573

Browse files
vonovakFacebook Github Bot 5
authored andcommitted
add debugging native code
Summary: I believe it is beneficial to explicitly state that this is possible. Closes facebook#8543 Differential Revision: D3663264 Pulled By: hramos fbshipit-source-id: cb95e31d8c1d2d38929dac3e3bfda26aa6054a11
1 parent 0fdbfb0 commit 2fe5573

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/Debugging.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,10 @@ The debugger will receive a list of all project roots, separated by a space. For
132132

133133
5. In a new chrome tab, open : ```chrome://inspect```, click on 'Inspect device' (the one followed by "Powered by Stetho")
134134

135+
## Debugging native code
136+
137+
When working with native code (e.g. when writing native modules) you can launch the app from Android Studio or Xcode and take advantage of the debugging features (setup breakpoints, etc.) as you would in case of building a standard native app.
138+
135139
## Performance Monitor
136140

137141
You can enable a performance overlay to help you debug performance problems by selecting "Perf Monitor" in the Developer Menu.

0 commit comments

Comments
 (0)