Thanks Anton. I am trying to debug my entire application, I want to know 
the exact flow of the control. I am able to put breakpoints using the IDE 
and also by the way you mentioned (debugger; - wherever I need). However, 
if I have to put breakpoint at line no 18 in .html page, how would I do? I 
need this because after the navigation through my breakpoints in .js files, 
it is disappearing (i can step into each but i am not interested to 
navigate thru the other supporting files like angular.js etc). What exactly 
I am looking for is if my app is able to communicate well across .js and 
.html files

On Thursday, January 1, 2015 12:24:34 AM UTC-5, Anton Trapp wrote:
>
> Breakpoints in HTML? Not sure if I know what you are trying. If you need a 
> breakpoint in ng-init you can set it to the called methos (or make a 
> window.stopHere() function and call that first). If you want to debug 
> loops, if's, ... you would have to set the breakpoint in the angular 
> framework. Any further explenation would be of help to understand your 
> problem.
>
> Am Mittwoch, 31. Dezember 2014 22:09:59 UTC+1 schrieb Eswar Prasad:
>>
>> I am trying to debug an angular app in web storm. My app has many .js 
>> files and also .html files. I am able to put breakpoints for .js files but 
>> do not see an option to put breakpoints for .html files. This is impeding 
>> my analysis. Please help
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to