Github user sarangan12 commented on a diff in the pull request:

    https://github.com/apache/cordova-docs/pull/510#discussion_r53539495
  
    --- Diff: www/docs/en/dev/guide/next/index.md ---
    @@ -141,7 +144,7 @@ Debugging Cordova requires some setup. Unlike a desktop 
application, you can't s
     ## iOS Debugging
     
     ### Xcode
    -With Xcode you can debug the iOS native side of your Cordova application. 
Make sure the Debug Area is showing (View -> Debug Area). Once your app is 
running on the device (or simulator), you can view log output in the debug 
area. This is where any errors or warnings will print. You can also set 
breakpoints within the source files. This will allow you to step through the 
code one line at a time and view the state of the variables at that time. The 
state of the variables is shown in the debug area when a breakpoint is hit. 
Once your app is up and running on the device, you can bring up Safari's web 
inspector (as described below) to debug the webview and js side of your 
application. For more details and help, see the Xcode guide: [Xcode Debugging 
Guide](https://developer.apple.com/library/mac/documentation/ToolsLanguages/Conceptual/Xcode_Overview/DebugYourApp/DebugYourApp.html#//apple_ref/doc/uid/TP40010215-CH18-SW1)
    +With Xcode you can debug the iOS native side of your Cordova application. 
Make sure the Debug Area is showing (View -> Debug Area). Once your app is 
running on the device (or simulator), you can view log output in the debug 
area. This is where any errors or warnings will print. You can also set 
breakpoints within the source files. This will allow you to step through the 
code one line at a time and view the state of the variables at that time. The 
state of the variables is shown in the debug area when a breakpoint is hit. 
Once your app is up and running on the device, you can bring up Safari's web 
inspector (as described below) to debug the webview and js side of your 
application. For more details and help refer 
[here](https://developer.apple.com/support/debugging/).
    --- End diff --
    
    Reference link here also


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to