Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

list has a meaning in ptpdb.. it shouldnt #10

Open
ktaragorn opened this issue Aug 28, 2015 · 1 comment
Open

list has a meaning in ptpdb.. it shouldnt #10

ktaragorn opened this issue Aug 28, 2015 · 1 comment

Comments

@ktaragorn
Copy link

list is also the list constructor

@haakenlid
Copy link

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.

(Pdb) list
[EOF]
(Pdb) !list
<type 'list'>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants