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
Just adding that this happens not only with assert False, but also with assert False "". It does not happen with assert False "Hello world.", so the empty or non-existent string may be an issue.
"assert False" hangs with "Breakpoints" on for "All Exceptions" - see snapshot:
Environment data
Actual behavior
Debugging never finishes
Expected behavior
Steps to reproduce:
Logs
Output for
Python
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toPython
)Output from
Console
under theDeveloper Tools
panel (toggle Developer Tools on underHelp
)The text was updated successfully, but these errors were encountered: