Anyway to see debugging messages in the console?

While running the app in the simulator (such as with)

ionic run ios

  1. is there anyway to see debugging messages in the console ?
  2. is there anyway to set breakpoints in the code ?
  1. 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

  2. Not that I now