How do I enter into a function in Python Breakpoint in the terminal? I am trying to enter into a function that I called with my code but in the terminal, PDB just goes through it, like this:
-> def get_context_data(self, *args, **context):
(Pdb) n
--Return--
> d:\rebound\rebound\modules\blog\views.py(135)PostDetail()-><cell at 0x00...1DA4A0: empty>
-> def get_context_data(self, *args, **context):
so which command if I hit, can go entry to called function