python - IPython Step by step debugging of the imported module -


I want to set a breakpoint in the imported module and see the debug step in phase from ipython.

I call a different function than Ipython, not a complete module, so% run is not an option.

View my complete description

In summary: IPython.core Debugger import

  pdb ipdb = pdb () ipdb.runcall (my_imported_function, args ...)    

Comments

Popular posts from this blog

c++ - why does this code produce a runtime error? -

java - Can Find the error -

maximum size of array in c -