Notifications
Clear all

IE crash when we open F12 dev tools

3 Posts
3 Users
0 Reactions
925 Views
0
Topic starter

I am trying to debug NEO application using IE browser F12 dev tools. It's crashing immediately after opening on RTVN application. Dev tool works fine for other web pages.

2 Answers
0

I also face similar problem while debugging JS code in CC and Neo.
Following steps may help

  1. If the issue is also reproducible on MS Edge then debug/fix using MS Edge and check if it also fix the issue in IE.
  2. Otherwise open IE, clear its cache and open it again in private mode. Open the dev tool just before you login into application (i.e. just before you click on Log In button) and don't close it till you complete debugging. While doing this be patient, i.e. whenever you click on any button/link, let dev tool load the changes first and then proceed with further steps. I would suggest not to perform any operation on you client machine when dev tool is loading the changes. If dev tool crashes again retry this step again. Hopefully it will work after some iterations.

Happy debugging with IE 🙂

tsmith 2020-02-19 01:02:00

In edge you can also change the user agent string to be EI 11 under Emulation.

0

I do most of my debugging under Firefox. Then when I get everything working 100% I change to IE11 to see if any of the JS features I used are not supported, fix those and then check my code in.