Skip to content

Commit 5b19409

Browse files
Autorefresh Dev Documentation
1 parent 0621b42 commit 5b19409

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/_sources/breakpoints.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ libdebug provides a simple API to set breakpoints in your debugged program. The
1414

1515
.. code-block:: python
1616
17-
from libdebug import Debugger
17+
from libdebug import debugger
1818
1919
d = debugger("./test_program")
2020

dev/breakpoints.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ <h1>Breakpoints<a class="headerlink" href="#breakpoints" title="Link to this hea
442442
<section id="id1">
443443
<h2>Breakpoints<a class="headerlink" href="#id1" title="Link to this heading">#</a></h2>
444444
<p>libdebug provides a simple API to set breakpoints in your debugged program. The <cite>breakpoint()</cite> function sets a breakpoint at a specific address.</p>
445-
<div class="highlight-python notranslate"><div class="highlight"><pre><span></span><span class="kn">from</span> <span class="nn">libdebug</span> <span class="kn">import</span> <span class="n">Debugger</span>
445+
<div class="highlight-python notranslate"><div class="highlight"><pre><span></span><span class="kn">from</span> <span class="nn">libdebug</span> <span class="kn">import</span> <span class="n">debugger</span>
446446

447447
<span class="n">d</span> <span class="o">=</span> <span class="n">debugger</span><span class="p">(</span><span class="s2">&quot;./test_program&quot;</span><span class="p">)</span>
448448

0 commit comments

Comments
 (0)