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
Try to follow the steps and see that the Breakpoint does not get triggered, instead an error message is printed to the Debugger's console: "Unable to evaluate breakpoint condition '(()=>{try{return i == 2;}catch(e){console.error(Breakpoint condition error: ${e.message||e});return false}})()': [ReferenceError] Failed to resolve member access for e.message"
The text was updated successfully, but these errors were encountered:
Does this issue occur when all extensions are disabled?: Yes/No
Steps to Reproduce:
Breakpoint condition error: ${e.message||e}
);return false}})()': [ReferenceError] Failed to resolve member access for e.message"The text was updated successfully, but these errors were encountered: