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

Skipped hidden frame bug #274

Open
zaid-g opened this issue Sep 5, 2023 · 0 comments
Open

Skipped hidden frame bug #274

zaid-g opened this issue Sep 5, 2023 · 0 comments

Comments

@zaid-g
Copy link

zaid-g commented Sep 5, 2023

ipdb doesn't function properly when processed via the ipython shell. For example, if I try to copy this block of text into ipython

x = 3
import ipdb
ipdb.set_trace()
y = 4
z = 5

and then enter n, it doesn't move on to the next line of code. Instead, it breaks into a weird subroutine and hitting n (next) and doesn't return to the pasted lines of code. See screenshots:

screenshot-ipdb1-2023-09-04T19:56:02
screenshot-ipdb2-2023-09-04T19:55:46

This problem occurs on both ipython 8.15 and 8.14 and python 3.11 (I also tested a few other versions 3.7+, but can't remember specifically which ones, and the problem was there in all of them). The problem happens in both Linux (Ubuntu), Linux (Arch), and Windows 10.

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

1 participant