ipdb icon indicating copy to clipboard operation
ipdb copied to clipboard

Different action betweeb ipdb3 interpreter and script

Open nistick21 opened this issue 1 year ago • 2 comments

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.

nistick21 avatar May 23 '24 04:05 nistick21

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

sunwaterdev avatar Jul 01 '24 16:07 sunwaterdev

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.

sunwaterdev avatar Jul 01 '24 16:07 sunwaterdev