Skip to content

Commit 9a7046e

Browse files
author
Florian Preinstorfer
committed
Add jump (see: #2)
1 parent 8002790 commit 9a7046e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pdb-cheatsheet.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@
9494
\item[u(p)] move one level up in the stack trace
9595
\item[d(own)] move one level down in the stack trace
9696
\item[until] continue execution until the end of a loop or until the set line
97+
\item[j(ump)] set the next line that will be executed (local frame only)
9798
\end{eqlist}
9899

99100
\subsection{Breakpoints}

0 commit comments

Comments
 (0)