User documentation: synchronize userguide from the userguide translator

Change-Id: I9b30ae27658a40b85c67a4c30aaea2b4bf9507f9
This commit is contained in:
Niels Sascha Reedijk
2021-07-21 12:54:38 +01:00
parent 510780798f
commit c18f9eb4ea
2051 changed files with 20432 additions and 6277 deletions
+2 -1
View File
@@ -35,6 +35,7 @@
<li><a href="../../de/applications/debugger.html">Deutsch</a></li>
<li><a href="../../en/applications/debugger.html">English</a></li>
<li><a href="../../es/applications/debugger.html">Español</a></li>
<li><a href="../../eo/applications/debugger.html">Esperanto</a></li>
<li><a href="../../fr/applications/debugger.html">Français</a></li>
<li><a href="../../fur/applications/debugger.html">Furlan</a></li>
<li><a href="../../hu/applications/debugger.html">Magyar</a></li>
@@ -105,7 +106,7 @@ executable_actions {
<p>Describing the usage of the actual Debugger is out of scope for this guide that is addressing the needs of the common user of Haiku. For completeness sake, here's the window that'll come up if you choose the <span class="button">Debug</span> option in the above alert:</p>
<img src="../images/apps-images/debugger.png" alt="debugger.png" />
<p>As you'll quickly see when you start poking around a bit, the Debugger is one of the most complex and sophisticated applications for Haiku. If you're a developer and are used to graphical debuggers on other platforms, many features will be familiar to you.</p>
<p>Below are a few links that may shed some light on the intricacies of Haiku's Debugger. If you have a specific question, you may want to consider posting it on the <a href="http://www.freelists.org/list/haiku-development">development mailing list</a>. If you find more useful resources, please file a <a href="../../../welcome/en/bugreports.html">bugreport</a> with that info.</p>
<p>Below are a few links that may shed some light on the intricacies of Haiku's Debugger. If you have a specific question, you may want to consider posting it on the <a href="http://www.freelists.org/list/haiku-development">development mailing list</a>. If you find more useful resources, please file a <a href="../../../welcome/it/bugreports.html">bugreport</a> with that info.</p>
<table summary="layout" border="0" cellpadding="2" cellspacing="0">
<tr><td class="onelinetop"><a href="https://www.dropbox.com/s/e6gx39r0asc2t8f/DebuggerReferenceManual.pdf?dl=1">Debugger Reference Manual</a></td><td></td><td>This is the most in-depth source on how to work with the Debugger.</td></tr>
<tr><td><a href="https://www.haiku-os.org/blog/anevilyak/">Blogposts</a></td><td> </td><td>There are a few articles on the Debugger, mostly by Rene Gollent after implementing a new feature.</td></tr>