Is there a way to debug AngularJS code in Visual Studio?
Note: I'm not talking about VS Code.
I would like to be able to set breakpoints and see what's happening there.
I'm aware of other IDE-s which allow us to do that.
So is it possible to use Visual Studio IDE for that?
-
1why cant you use chrome wed developer toolSajeetharan– Sajeetharan2017-06-25 13:50:48 +00:00Commented Jun 25, 2017 at 13:50
-
of course it's possible; what happens when you try? what are you asking for help with, exactly?Claies– Claies2017-06-25 13:57:20 +00:00Commented Jun 25, 2017 at 13:57
-
When I run the app, Visual Studio disables the breakpoint by telling that that part is not loaded. (I was using firefox)Just Shadow– Just Shadow2017-06-25 18:41:17 +00:00Commented Jun 25, 2017 at 18:41
Add a comment
|
2 Answers
put break point in visual studio(Angularjs code) and run your application in IE so that break point will hit into visual studio
3 Comments
Just Shadow
So it turned out I had to use IE instead of Firefox. Thanks.
Claies
most certainly related: blogs.msdn.microsoft.com/webdev/2016/11/21/…
Neville
In 2021 this works with Visual Studio 2019 and Microsoft Edge.