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
There are many calls to the function isISBN that returned a value, but are still tracked by the Python Tutor. This is actually an issue that is inherited from the original Python Tutor. But it results in a state explosion of the debug frames, which is why debugging takes much more time than needed.
You'll have to reduce the length of the list when running the test code in the original Pytbon Tutor, as it has a hard limit of 5600 bytes for the length of code samples.
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
There are many calls to the function
isISBN
that returned a value, but are still tracked by the Python Tutor. This is actually an issue that is inherited from the original Python Tutor. But it results in a state explosion of the debug frames, which is why debugging takes much more time than needed.You'll have to reduce the length of the list when running the test code in the original Pytbon Tutor, as it has a hard limit of 5600 bytes for the length of code samples.
The text was updated successfully, but these errors were encountered: