While running the app in the simulator (such as with)
ionic run ios
- is there anyway to see debugging messages in the console ?
- is there anyway to set breakpoints in the code ?
While running the app in the simulator (such as with)
ionic run ios
Don’t know how the other developers do, but I run the app with Xcode to see the logs in the Xcode console aka console.log, console.error etc. gonna be printed in the Xcode console
Not that I now