Skip to content

Commit 42475be

Browse files
author
Justin Winokur (laptop)
committed
Added "until" for breaking out of loops. See https://pymotw.com/3/pdb/
1 parent 58dfd27 commit 42475be

File tree

3 files changed

+1
-0
lines changed

3 files changed

+1
-0
lines changed

pdb-cheatsheet.pdf

20 Bytes
Binary file not shown.

pdb-cheatsheet.png

-267 KB
Loading

pdb-cheatsheet.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@
9393
\item[c(ontinue)] continue execution until a breakpoint is encountered
9494
\item[u(p)] move one level up in the stack trace
9595
\item[d(own)] move one level down in the stack trace
96+
\item[until] continue execution until the end of a loop or until the set line
9697
\end{eqlist}
9798

9899
\subsection{Breakpoints}

0 commit comments

Comments
 (0)