Reputation: 1386
I have a web page which references a lot of JS file. There is one JS file in which the code is throwing unhandled exception and because of this other functionality not working.
So is there any way in IE developer tool to prevent that script from execution.
Upvotes: 0
Views: 36
Reputation: 975
The easiest way is to comment out the offending code.
If that is not an option, you can:
If you have any feedback on the F12 tools, Let us know!
You can suggest changes and vote on suggestions here: https://wpdev.uservoice.com/forums/257854-internet-explorer-platform/category/84475-f12-developer-tools
Upvotes: 1