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
This is also the case with pdb from the standard library. I think the debugger commands are the same as in the GNU debugger (GDB) that has been around for several decades.
If a debugger command collides with a python identifier, you can use ! at the start of the line.
list
is also the list constructorThe text was updated successfully, but these errors were encountered: