damirarh / damirscorner-utterances

utteranc.es comments for https://damirscorner.com
0 stars 0 forks source link

/blog/posts/20161122-DebuggingIonic2AppsInChromeFromVisualStudioCode.html #40

Open damirarh opened 1 year ago

damirarh commented 1 year ago

Imported

URL: https://www.damirscorner.com/blog/posts/20161122-DebuggingIonic2AppsInChromeFromVisualStudioCode.html

damirarh commented 1 year ago

Imported comment written by Huang kinorsi on 2016-12-06T05:44:01

Thanks! It works! But I still can't debug with break points on my genimotion emulator device...have your tried it out? Hope you can give me some tips!

damirarh commented 1 year ago

Imported comment written by Damir Arh on 2016-12-06T10:36:24

To get it working, I had to add the --dev switch to ionic:build script in package.json, as suggested in this GitHub issue:


"ionic:build": "ionic-app-scripts build --dev"

I didn't try it on a device yet, but it helped with the emulator.

damirarh commented 1 year ago

Imported comment written by Huang kinorsi on 2016-12-07T04:59:33

Great stuff! Thanks!

damirarh commented 1 year ago

Imported comment written by Gabrielle Cozart on 2018-01-02T18:05:47

This is fantastic! Wish I looked at this blog post ages ago.
Still accurate a year later. Thanks Damir :)

damirarh commented 1 year ago

Imported comment written by Danilo Cecilia on 2018-01-26T12:06:47

man!! this is awesome, didn´t know we could do that!! thanks for that!!

damirarh commented 1 year ago

Imported comment written by gavin on 2018-01-28T01:37:35

Thanks.
I couldnt know if the config needs a webRoot property.