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

sonata admin - how to add ManyToOne property field in configureListfield in sonataAdmin -

wpf - ControlTemplate with changes for every class -

sql - Return Function using Cursor -