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

Different action betweeb ipdb3 interpreter and script #280

Open
nistick21 opened this issue May 23, 2024 · 2 comments
Open

Different action betweeb ipdb3 interpreter and script #280

nistick21 opened this issue May 23, 2024 · 2 comments

Comments

@nistick21
Copy link

There is a python script.
import pymongo

And I failed with ipdb "next" on above line.

But 'import pymongo' is working in ipdb3 interpreter such as

ipdb>import pymongo

I don't know why.

please let me know.

@sunwaterdev
Copy link

Me too, works when i write "c", but not without ipdb.

@sunwaterdev
Copy link

Doesn't Ipdb modify variables or anything else? Maybe it changes the shell or the environment, the location of the script on the file system? This is just speculation, but it poses a real problem.

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