[NodeJS] – Cordova – How to debug iOS emulations?

In order to debug ios emulated application into the local environment which is running via the command `$cordova emulate ios` will be required use the browser Safari.

Following all steps to show how it works. ( The steps below are with Safari version 11.0 )

  • Emulate locally the application via the command “$cordova emulate ios”
  • Go to the path into the Safari browser “Develop >> Simulator” your application should appear there.

Screen Shot 2017-10-01 at 12.02.40 PM.png

  • Click on the name of your application and the following debbuger will be available to be used for you.

Screen Shot 2017-10-01 at 12.05.35 PM

 

Leave a comment