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?