Skip to content

Commit

Permalink
Deploy preview for PR 75 🛫
Browse files Browse the repository at this point in the history
  • Loading branch information
robmoss committed Sep 2, 2024
1 parent d88c48f commit 96985f3
Show file tree
Hide file tree
Showing 4 changed files with 104 additions and 100 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3530,6 +3530,10 @@ <h2 id="stepping-through-the-code">Stepping through the code<a class="headerlink
<li>How to inspect the current values of variables; and</li>
<li>How to step through, and over, lines of code.</li>
</ul>
<div class="admonition info">
<p class="admonition-title">Manual breakpoints</p>
<p>You can also create breakpoints in your code by calling <a href="https://docs.python.org/3/library/pdb.html"><code>breakpoint()</code></a> for Python, and <a href="https://adv-r.hadley.nz/debugging.html#browser"><code>browser()</code></a> for R.</p>
</div>
<div class="admonition tip">
<p class="admonition-title">Interactive debugger sessions</p>
<p>If your editor supports running a debugger, <strong>use this feature!</strong>
Expand Down
2 changes: 1 addition & 1 deletion pr-preview/pr-75/search/search_index.json

Large diffs are not rendered by default.

Loading

0 comments on commit 96985f3

Please sign in to comment.