From 9a7046e88b240f99cc17252c9fcfb15d1284e065 Mon Sep 17 00:00:00 2001 From: Florian Preinstorfer Date: Fri, 16 Feb 2018 15:45:58 +0100 Subject: [PATCH] Add jump (see: #2) --- pdb-cheatsheet.tex | 1 + 1 file changed, 1 insertion(+) diff --git a/pdb-cheatsheet.tex b/pdb-cheatsheet.tex index 087be41..dab6900 100644 --- a/pdb-cheatsheet.tex +++ b/pdb-cheatsheet.tex @@ -94,6 +94,7 @@ \item[u(p)] move one level up in the stack trace \item[d(own)] move one level down in the stack trace \item[until] continue execution until the end of a loop or until the set line + \item[j(ump)] set the next line that will be executed (local frame only) \end{eqlist} \subsection{Breakpoints}