You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 1, 2020. It is now read-only.
I upgraded to the last version of ionic-app-scripts 0.0.30 but I'm still unable to debug in Chrome. When I try:
in a provider, the breakpoints are reached, but the values/variables/etc. are wrongly estimated. The debugger show me variables as "undefined" where in fact they aren't (I set console.log to double check)
in my pages, when I set breakpoints in ionViewWillEnter(), these are never reached aka it always went thru without stopping