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

python - how we can use ajax() in views.py in django? -

matlab - Using loops to get multiple values into a cell -

python - Sequence Pattern recognition with Pybrain -