Skip to content

Commit eae49e2

Browse files
author
pyocd-bot
committed
Deploying to main from @ pyocd/pyocd-website-source@64bc685 🚀
1 parent 2f80bfa commit eae49e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api_examples.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ <h2 id="elf-files-and-breakpoints">ELF files and breakpoints</h2>
314314
<span class="k">assert</span> <span class="n">pc</span> <span class="o">==</span> <span class="n">addr</span> <span class="o">&amp;</span> <span class="o">~</span><span class="mh">0x01</span> <span class="c1"># mask off LSB
315315
</span>
316316
<span class="c1"># Remove breakpoint.
317-
</span> <span class="n">target</span><span class="p">.</span><span class="n">remove_breakpoint</span><span class="p">()</span>
317+
</span> <span class="n">target</span><span class="p">.</span><span class="n">remove_breakpoint</span><span class="p">(</span><span class="n">addr</span><span class="p">)</span>
318318
</code></pre></div></div>
319319

320320
<p>Note that you currently need to manually remove a breakpoint in order to step or run over it.</p>

0 commit comments

Comments
 (0)