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
We recently started setting NODE_OPTIONS, since it improves node
interception. Unfortunately, while it does enable some extra
interception with Electron, it also breaks the pause() event we
use to set up the core Electron injection. Interception is
considered to have failed, the debugger never disconnects, and
we don't run the full Electron interception script, just the
JS interception from NODE_OPTIONS.
Instead, we now drop NODE_OPTIONS for Electron, ensuring the
previous behaviour continues. No downside, since we guarantee
that we can inject into it using the debugger anyway, so the
resulting injection should be equivalent.
0 commit comments