Updated HTML docs.

This commit is contained in:
Evennia docbuilder action 2025-05-25 09:14:52 +00:00
parent 77f129e42c
commit 8314ddbba7
44 changed files with 610 additions and 209 deletions

View file

@ -75,6 +75,7 @@
</ul>
</li>
<li><a class="reference internal" href="#cheat-sheet-of-pdb-pudb-commands">Cheat-sheet of pdb/pudb commands</a></li>
<li><a class="reference internal" href="#debugging-with-debugpy">Debugging with debugpy</a></li>
</ul>
</li>
</ul>
@ -367,6 +368,11 @@ command is not needed much in <code class="docutils literal notranslate"><span c
</table>
<p>If you want to learn more about debugging with Pdb, you will find an <a class="reference external" href="https://pymotw.com/3/pdb/">interesting tutorial on that topic here</a>.</p>
</section>
<section id="debugging-with-debugpy">
<h2>Debugging with debugpy<a class="headerlink" href="#debugging-with-debugpy" title="Permalink to this headline"></a></h2>
<p>If you use Visual Studio Code and would like to debug Evennia using a graphical debugger, please follow the instructions here:</p>
<p><a class="reference external" href="https://github.com/evennia/evennia/tree/main/evennia/contrib/utils/debugpy">debugpy contrib</a></p>
</section>
</section>