Intermittent Javascript errors, troubleshooting RSOD

When an RSOD occurs, open your browser’s “Developer Tools” (in Chrome, right-click, and select “Inspect” or press ctrl-shift-i). Then view the “Console” panel in the Developer Tools window. This should show a javascript “stack trace” that may provide clues as to which code was responsible for triggering the RSOD.

1 Like