Skip to content

Commit

Permalink
deploy: 605448b
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Nov 1, 2024
1 parent 7ee4846 commit aa8b2d6
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -806,6 +806,7 @@ <h1 id="changelog">Changelog<a class="headerlink" href="#changelog" title="Perma
<h2 id="unreleased-09">Unreleased 0.9<a class="headerlink" href="#unreleased-09" title="Permanent link">#</a></h2>
<ul>
<li>Added <code>dap-gdb</code></li>
<li>Added <code>dap-julia</code></li>
</ul>
<h2 id="08">0.8<a class="headerlink" href="#08" title="Permanent link">#</a></h2>
<ul>
Expand Down
23 changes: 23 additions & 0 deletions page/configuration/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -566,6 +566,13 @@
OCaml
</a>

</li>

<li class="md-nav__item">
<a href="#julia" class="md-nav__link">
Julia
</a>

</li>

</ul>
Expand Down Expand Up @@ -989,6 +996,13 @@
OCaml
</a>

</li>

<li class="md-nav__item">
<a href="#julia" class="md-nav__link">
Julia
</a>

</li>

</ul>
Expand Down Expand Up @@ -1757,6 +1771,15 @@ <h2 id="ocaml">OCaml<a class="headerlink" href="#ocaml" title="Permanent link">#
Note that this debugger <em>only</em> works with bytecode compiled OCaml programs.</p>
</li>
</ol>
<h2 id="julia">Julia<a class="headerlink" href="#julia" title="Permanent link">#</a></h2>
<p><a href="https://github.com/julia-vscode/DebugAdapter.jl">DebugAdapter.jl</a> is DAP-compatible server built on top of <a href="https://github.com/JuliaDebug/Debugger.jl">Debugger.jl</a>.</p>
<p>To setup, first install <code>DebugAdapter.jl</code>:</p>
<div class="highlight"><pre><span></span><code>$ julia -e &#39;import Pkg; Pkg.add(&quot;DebugAdapter&quot;)&#39;
</code></pre></div>
<p>Then add the following to your configuration:</p>
<div class="highlight"><pre><span></span><code><span class="p">(</span><span class="nb">require</span> <span class="ss">&#39;dap-julia</span><span class="p">)</span>
</code></pre></div>
<p>To launch a debug session, call <code>dap-debug</code> with the <code>Julia Run Configuration</code> template.</p>

<hr>
<div class="md-source-file">
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit aa8b2d6

Please sign in to comment.