Skip to content

Commit

Permalink
[skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Apr 8, 2024
1 parent 6f9e65e commit d6a3525
Show file tree
Hide file tree
Showing 5 changed files with 67 additions and 63 deletions.
6 changes: 5 additions & 1 deletion debugger/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2394,8 +2394,12 @@ <h3 id="evaluating-code-in-the-paused-context">Evaluating Code in the Paused Con
<p>When execution is paused at a breakpoint, you can evaluate code in that context. This can be done in the editor or in the REPL window, as usual.</p>
<p><img alt="Evaluating code in the paused context from the editor" src="../images/debugger/eval-editor.gif" title="Evaluating code in the paused context from the editor" /></p>
<h3 id="viewing-variable-values">Viewing Variable Values<a class="headerlink" href="#viewing-variable-values" title="Permanent link">#</a></h3>
<p>While debugging, you can view the values of variables in VS Code's debugger side pane. You can also view values by hovering over the variables in the editor. Currently, values for collections and maps are shown as strings, but we plan to make them structured in the future. For now, if you want to see the value of a large structured variable, you can evaluate the variable from the editor or from the REPL window.</p>
<p>While debugging, you can view the values of variables in VS Code's debugger side pane. You can also view values by hovering over the variables in the editor.</p>
<p><img alt="Viewing variable values in the side pane" src="../images/debugger/viewing-variable-values.png" title="Viewing variable values in the side pane" /></p>
<div class="admonition note">
<p class="admonition-title">Metadata not available</p>
<p>The variable viewer does not have access to any metadata attached to the variable values.</p>
</div>
<h3 id="viewing-the-call-stack">Viewing the Call Stack<a class="headerlink" href="#viewing-the-call-stack" title="Permanent link">#</a></h3>
<p>While debugging, you can view the call stack in VS Code's call stack side pane. Clicking the stack frames will show the related line of code in an editor.</p>
<div class="admonition note">
Expand Down
2 changes: 1 addition & 1 deletion paredit/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2194,7 +2194,7 @@ <h2 id="strict-mode">Strict Mode<a class="headerlink" href="#strict-mode" title=
<h3 id="a-keybinding-for-protecting-the-structure-from-semi-colon">A keybinding for protecting the structure from semi-colon<a class="headerlink" href="#a-keybinding-for-protecting-the-structure-from-semi-colon" title="Permanent link">#</a></h3>
<p>Semi-colons (<code>;</code>) in Clojure are non-structural because they comment out the rest of the line regardless of brackets. In a way they can <em>delete</em> brackets. There is a somewhat secret command in Paredit that can be used to insert <code>;</code> in a safe way:</p>
<p><code>paredit.insertSemiColon</code></p>
<p>Bind it to the <code>;</code> key with a <code>when</code> clause that activates it tygether with the other Strict mode commands:</p>
<p>Bind it to the <code>;</code> key with a <code>when</code> clause that activates it together with the other Strict mode commands:</p>
<div class="highlight"><pre><span></span><code><span class="p">{</span>
<span class="w"> </span><span class="nt">&quot;command&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;paredit.insertSemiColon&quot;</span><span class="p">,</span>
<span class="w"> </span><span class="nt">&quot;key&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;;&quot;</span><span class="p">,</span>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

120 changes: 60 additions & 60 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,302 +2,302 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://calva.io/</loc>
<lastmod>2024-04-03</lastmod>
<lastmod>2024-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/api/</loc>
<lastmod>2024-04-03</lastmod>
<lastmod>2024-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/async-out/</loc>
<lastmod>2024-04-03</lastmod>
<lastmod>2024-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/babashka/</loc>
<lastmod>2024-04-03</lastmod>
<lastmod>2024-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/clj-java-decompiler/</loc>
<lastmod>2024-04-03</lastmod>
<lastmod>2024-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/clojure-lsp/</loc>
<lastmod>2024-04-03</lastmod>
<lastmod>2024-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/clojuredart/</loc>
<lastmod>2024-04-03</lastmod>
<lastmod>2024-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/clojuredocs/</loc>
<lastmod>2024-04-03</lastmod>
<lastmod>2024-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/commands-top10/</loc>
<lastmod>2024-04-03</lastmod>
<lastmod>2024-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/connect-sequences/</loc>
<lastmod>2024-04-03</lastmod>
<lastmod>2024-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/connect/</loc>
<lastmod>2024-04-03</lastmod>
<lastmod>2024-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/contribute/</loc>
<lastmod>2024-04-03</lastmod>
<lastmod>2024-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/custom-commands/</loc>
<lastmod>2024-04-03</lastmod>
<lastmod>2024-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/customizing-jack-in-and-connect/</loc>
<lastmod>2024-04-03</lastmod>
<lastmod>2024-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/customizing/</loc>
<lastmod>2024-04-03</lastmod>
<lastmod>2024-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/debugger/</loc>
<lastmod>2024-04-03</lastmod>
<lastmod>2024-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/emacs-keybindings/</loc>
<lastmod>2024-04-03</lastmod>
<lastmod>2024-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/eval-tips/</loc>
<lastmod>2024-04-03</lastmod>
<lastmod>2024-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/evaluation/</loc>
<lastmod>2024-04-03</lastmod>
<lastmod>2024-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/fiddle-files/</loc>
<lastmod>2024-04-03</lastmod>
<lastmod>2024-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/finding-commands/</loc>
<lastmod>2024-04-03</lastmod>
<lastmod>2024-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/formatting/</loc>
<lastmod>2024-04-03</lastmod>
<lastmod>2024-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/get-started-with-clojure/</loc>
<lastmod>2024-04-03</lastmod>
<lastmod>2024-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/getting-started/</loc>
<lastmod>2024-04-03</lastmod>
<lastmod>2024-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/hiccup/</loc>
<lastmod>2024-04-03</lastmod>
<lastmod>2024-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/jack-in-guide/</loc>
<lastmod>2024-04-03</lastmod>
<lastmod>2024-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/joyride/</loc>
<lastmod>2024-04-03</lastmod>
<lastmod>2024-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/krell/</loc>
<lastmod>2024-04-03</lastmod>
<lastmod>2024-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/linting/</loc>
<lastmod>2024-04-03</lastmod>
<lastmod>2024-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/live-share/</loc>
<lastmod>2024-04-03</lastmod>
<lastmod>2024-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/luminus/</loc>
<lastmod>2024-04-03</lastmod>
<lastmod>2024-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/merch/</loc>
<lastmod>2024-04-03</lastmod>
<lastmod>2024-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/namespace-form-auto-creation/</loc>
<lastmod>2024-04-03</lastmod>
<lastmod>2024-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/nbb/</loc>
<lastmod>2024-04-03</lastmod>
<lastmod>2024-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/notebooks/</loc>
<lastmod>2024-04-03</lastmod>
<lastmod>2024-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/nrepl_and_cider-nrepl/</loc>
<lastmod>2024-04-03</lastmod>
<lastmod>2024-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/output/</loc>
<lastmod>2024-04-03</lastmod>
<lastmod>2024-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/paredit/</loc>
<lastmod>2024-04-03</lastmod>
<lastmod>2024-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/parinfer/</loc>
<lastmod>2024-04-03</lastmod>
<lastmod>2024-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/polylith/</loc>
<lastmod>2024-04-03</lastmod>
<lastmod>2024-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/pprint/</loc>
<lastmod>2024-04-03</lastmod>
<lastmod>2024-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/quirks/</loc>
<lastmod>2024-04-03</lastmod>
<lastmod>2024-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/re-frame-template/</loc>
<lastmod>2024-04-03</lastmod>
<lastmod>2024-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/rebl/</loc>
<lastmod>2024-04-03</lastmod>
<lastmod>2024-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/refactoring/</loc>
<lastmod>2024-04-03</lastmod>
<lastmod>2024-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/remote-development/</loc>
<lastmod>2024-04-03</lastmod>
<lastmod>2024-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/repl-window/</loc>
<lastmod>2024-04-03</lastmod>
<lastmod>2024-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/reveal/</loc>
<lastmod>2024-04-03</lastmod>
<lastmod>2024-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/rich-comments/</loc>
<lastmod>2024-04-03</lastmod>
<lastmod>2024-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/shadow-cljs/</loc>
<lastmod>2024-04-03</lastmod>
<lastmod>2024-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/sponsors/</loc>
<lastmod>2024-04-03</lastmod>
<lastmod>2024-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/syntax-highlighting/</loc>
<lastmod>2024-04-03</lastmod>
<lastmod>2024-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/tao/</loc>
<lastmod>2024-04-03</lastmod>
<lastmod>2024-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/test-runner/</loc>
<lastmod>2024-04-03</lastmod>
<lastmod>2024-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/try-first/</loc>
<lastmod>2024-04-03</lastmod>
<lastmod>2024-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/vim/</loc>
<lastmod>2024-04-03</lastmod>
<lastmod>2024-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/when-clauses/</loc>
<lastmod>2024-04-03</lastmod>
<lastmod>2024-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/why-calva/</loc>
<lastmod>2024-04-03</lastmod>
<lastmod>2024-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/workspace-layouts/</loc>
<lastmod>2024-04-03</lastmod>
<lastmod>2024-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://calva.io/wsl/</loc>
<lastmod>2024-04-03</lastmod>
<lastmod>2024-04-08</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>
Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit d6a3525

Please sign in to comment.