django - How do I enter into a function in Python Breakpoint in the terminal? - Stack Overflow

admin2025-04-15  4

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

转载请注明原文地址:http://www.anycun.com/QandA/1744732581a86844.html