is debugging angular in the backoffice possible using visual studio?
hey out there,
we're trying to debug a infinite editing JavaScript issue in the backoffice of v8.1 using visual studio 2017.
just wondered if anyone had managed to checkout the source and hit breakpoints in the angular files?
after a few stumbles (vs will only debug js using ms browsers and the backoffice now only works in edge) we've got it debugging but can't get it to hit any breakpoints...
has anyone out there attempted this set up yet?
any pointers would as every be most appreciated ;)
is debugging angular in the backoffice possible using visual studio?
hey out there,
we're trying to debug a infinite editing JavaScript issue in the backoffice of v8.1 using visual studio 2017.
just wondered if anyone had managed to checkout the source and hit breakpoints in the angular files?
after a few stumbles (vs will only debug js using ms browsers and the backoffice now only works in edge) we've got it debugging but can't get it to hit any breakpoints...
has anyone out there attempted this set up yet?
any pointers would as every be most appreciated ;)
cheers,
jake
ah... just found a post saying that debugging JavaScript in Edge is currently not supported...
hmmm. that's a bad loop to be in: can only debug js using ms browsers but the backoffice doesn't work in a browser that supports debugging!
erm. so, the core team must be doing debugging somehow right?!
Why not debug in the browser?
hi nathan,
it does indeed seem the only way to do it...
debugging in chrome seems the best and i just have vs running in debug so i can hit the c# breakpoints.
it's a steep learning curve getting your head around the backoffice javascript but i'm getting there!
cheers,
jake
is working on a reply...