Chrome DevTools was disconnected from the page, IE error out of stack space

This issue, according to the stackoverflow answers seem to stem from the webpage having.

  • Infinite recursion(likely)
  • Infinite loop(not likely?)

The same issue will make IE display an error: “SCRIPT28: Out of stack space”

If you can debug and find out the infinite recursion, maybe it’s possible to fix this issue.

Leave a Reply

Your email address will not be published. Required fields are marked *