Skip to content

Commit 0e409a1

Browse files
typos
1 parent e9300bb commit 0e409a1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
You can debug your Javascript program running in BabylonNative for MacOS or iOS using Safari. These simple steps will show you how you can hook the Safari debugger to your Javascriptcore Context.
1+
You can debug your JavaScript program running in BabylonNative for MacOS or iOS using Safari. These simple steps will show you how you can hook the Safari debugger to your JavaScriptCore Context.
22

3-
# Enable Developer options in Safari
3+
# Enable Developer Options in Safari
44

55
Run Safari, go to the preferences:
66

@@ -10,7 +10,7 @@ Click the Advanced tab and enable developer options
1010

1111
![DebugMac](Images/SafariCheckDeveloper.png)
1212

13-
# Hooking Javascriptcore Context
13+
# Hooking JavaScriptCore Context
1414

1515
Run your playground.
1616

@@ -20,6 +20,6 @@ In Safari, in the develop menu, you should see your app and the JSC context.
2020

2121
![DebugMac](Images/HookJSCContext.png)
2222

23-
Check everything is properly connected by break the app in the debugger. You should see your scripts and all the details.
23+
Check everything is properly connected by setting a breakpoint in the debugger. You should see your scripts and all the details.
2424

2525
![DebugMac](Images/JSCDebugBreakApp.png)

0 commit comments

Comments
 (0)