2020-02-18 22:02:00
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.
I also face similar problem while debugging JS code in CC and Neo.
Following steps may help
Happy debugging with IE 🙂
In edge you can also change the user agent string to be EI 11 under Emulation.
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.