Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Stopping page execution from Developer's Console
Message
 
 
To
All
General information
Forum:
Javascript
Category:
Troubleshooting
Title:
Stopping page execution from Developer's Console
Miscellaneous
Thread ID:
01649098
Message ID:
01649098
Views:
44
Hi everybody,

Is there a way to stop page execution from the Developer's Console? I was seeing 8000+ errors in the Console (see attached). I eventually killed Chrome, but I'd rather be able to stop the page loading instead if possible.

My page is quite complex. This is the problematic piece of HTML
 <div class="widget-content">
        <sm:auto-complete attr-placeholder="@Labels.filterByTag" ng-model="filterTag" 
                          click-activation="false" data="availableTags" 
                          on-type="getAvailableImageTags()" 
                          on-select="addFilterTag()"></sm:auto-complete>

        <div id="tagsListFilter" class="tags-cloud">
            <div ng-repeat="filterTag in filterTagArray">
                <div class="tag">
                    <span>{{filterTag}}</span>
                    <span><b ng-click="removeFilterTag($index)" 
                             class="cross">x</b></span>
                </div>
            </div>
        </div>
        <div id="errFilterTagList" class="tagError"></div>
       
    </div>
when I try to type a tag, it just starts producing errors like you see in the picture attached. That same code seems to work fine in another form which is also quite complex but slightly different.
If it's not broken, fix it until it is.


My Blog
Reply
Map
View

Click here to load this message in the networking platform