Skip to content

Disable tab completion in multiline mode of pdb #106734

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

Closed
gaogaotiantian opened this issue Jul 14, 2023 · 0 comments
Closed

Disable tab completion in multiline mode of pdb #106734

gaogaotiantian opened this issue Jul 14, 2023 · 0 comments
Labels
type-bug An unexpected behavior, bug, or error

Comments

@gaogaotiantian
Copy link
Member

gaogaotiantian commented Jul 14, 2023

Bug report

pdb has multiline mode now where you can input more than one line of code in pdb prompt. However, when entering multiline mode, we should disable tab completion - when the users hit tab in multiline mode, they mean "insert tab here", not try to give me a pdb command.

Your environment

CPython:main

Linked PRs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

1 participant