pudb3 - 跳行到 pudb 中的下一个断点

pudb3 - skip lines to next breakpoint in pudb

假设我在代码块中并按 n 将意味着程序结束,因为下一行退出程序 - 我如何跳过几行到下一个断点?

它是 s - 'step into' - 按此跳转到当前光标行。