Skip to content
This repository was archived by the owner on May 1, 2020. It is now read-only.
This repository was archived by the owner on May 1, 2020. It is now read-only.

Still not able to debug in Chrome #143

@peterpeterparker

Description

@peterpeterparker

Hi,

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

My package.json is the following:

 {
   "compilerOptions": {
     "allowSyntheticDefaultImports": true,
     "declaration": true,
     "emitDecoratorMetadata": true,
     "experimentalDecorators": true,
     "sourceMap": true,
     "lib": [
       "dom",
       "es2015"
     ],
     "module": "es2015",
     "moduleResolution": "node",
     "target": "es5",
     "removeComments": true
   },
   "exclude": [
     "node_modules"
   ],
   "compileOnSave": false,
   "atom": {
     "rewriteTsconfig": false
   }
 }

Could you have a look at that issue plz?

Thx in advance

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions