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 - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -