You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: