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
The same issue does not appear when the import is modified into
importcollections
Seems like the issue is related to our implementation of what the Python Tutor calls "imported class" (same issue does not appear in the original Python Tutor, i.e. "imported module" is properly displayed but "imported class" is not in Papyros):
pdawyndt
changed the title
Debugger fails on datetime.date objects
Papyros debugger crashes on display of "imported class"
Mar 9, 2024
Steps to reproduce:
Running the code (with the test case) works as expected. The issue only shows up when debugging the code.
The text was updated successfully, but these errors were encountered: