mdmintz / pdbp

pdbp (Pdb+): A drop-in replacement for pdb and pdbpp. To replace "pdb", add "import pdbp" to an "__init__.py" file.
Other
75 stars 2 forks source link

Autocomplete does not work #72

Closed jonashaag closed 1 week ago

jonashaag commented 1 week ago

I press Tab and nothing happens except for the terminal bell.

mdmintz commented 1 week ago

That may mean there's more than one auto-complete option available. Try pressing the Tab key twice to see all possibilities.

jonashaag commented 1 week ago

Same result. It doesn't even show the pdb commands.

mdmintz commented 1 week ago

I think I see the issue. I'll ship a new release in the next 2 hours.

mdmintz commented 1 week ago

Upgrade to 1.6.1 - https://github.com/mdmintz/pdbp/releases/tag/v1.6.1