1

If i am inside a pdb set_trace() console, I am able to call python methods in real time. It is also possible for me to step into or out of the subsequent method call.

Is it possible for me to combine these features, and call a method and immediately step into it?

Daniel Paczuski Bak
  • 3,720
  • 8
  • 32
  • 78
  • Possible duplicate of [Python debugger: Stepping into a function that you have called interactively](https://stackoverflow.com/questions/228642/python-debugger-stepping-into-a-function-that-you-have-called-interactively) – Griffin Feb 07 '19 at 21:49
  • [`pdb.runcall`](https://docs.python.org/3/library/pdb.html#pdb.runcall) is probably what you want. – Daniel Roseman Feb 07 '19 at 21:50

0 Answers0