You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is primarily for use when the renderers are reported as unresponsive so we should be able to use this for ANR and avoid having to use the debugger.
The text was updated successfully, but these errors were encountered:
Problem Statement
Electron has added an API to access the JavaScript call stack in the renderer processes:
https://www.electronjs.org/docs/latest/api/web-frame-main#framecollectjavascriptcallstack-experimental
Solution Brainstorm
This is primarily for use when the renderers are reported as
unresponsive
so we should be able to use this for ANR and avoid having to use the debugger.The text was updated successfully, but these errors were encountered: