Relative Content

Tag Archive for pythonpython-3.xpdb

Why is Pdb going into interactive shell code?

I want to jump to download_url function to see its implementation and skip seeing all the stuff in between, how to achieve that? I tried using s and n commands, but it doesn’t take you to download_url function. Is there anyway to jump to next called function in PDB?