Debugging / Error logging Ionic App

I am fiddling around with the new ionic 2 framework (the ionic 2 conference app). When I make a mistake in my code, I do not see an error popping up in my browser console. My app just shows a blank screen. Is there a setting to also show error logging in my developer console? I am using chrome. Thanks in advance.

1 Like
  1. Connect your device
  2. Turn on developers mode in our device’s settings
  3. Open chrome on your PC
  4. Goto chrome://inspect/#devices
  5. Open the app in the device
  6. You will see your app name in the PC chrome
  7. Click inspect
  8. Then enjoy.