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
Post a Comment