##// END OF EJS Templates
Fix pdb issues in Python 3.13.1 (#14598)...
Fix pdb issues in Python 3.13.1 (#14598) For some reason it is not always set, it was/is a bug in IPython to not check.

File last commit:

r27843:667f3cbe
r28973:be84e4b5 merge
Show More
simplevars.py
2 lines | 24 B | text/x-python | PythonLexer
x = 1
print("x is:", x)