Sorry, really no idea what you are trying to do. What should happen if you set a breakpoint in a .html file in a line like "<div>"? You would need an open source web browser, debug the rendering engine if you need to debug stuff like that. Does not make any sense to me. If something is disappearing than I would have a look at the DOM (maybe it is not visible, wrong absolute position, ...) and if it is not in the DOM the chance is about 99% that you have to dig into the framework if you application code is working. Maybe you can create a small http://plnkr.co/?
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.
