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
As expected, the application crashes when it tries to create the response because msg2 doesn't exist. With version 0.16.1 and Python 3.8, I can view the value of the msg variable in the debug console. But if I upgrade to version 1.0, msg is no longer defined. Global variables are available, however. Here's a screenshot:
The text was updated successfully, but these errors were encountered:
Take this simple script:
As expected, the application crashes when it tries to create the response because
msg2
doesn't exist. With version 0.16.1 and Python 3.8, I can view the value of themsg
variable in the debug console. But if I upgrade to version 1.0,msg
is no longer defined. Global variables are available, however. Here's a screenshot:The text was updated successfully, but these errors were encountered: