summaryrefslogtreecommitdiffstats
path: root/devtools/docs/user/debugger/how_to/index.rst
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 17:32:43 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 17:32:43 +0000
commit6bf0a5cb5034a7e684dcc3500e841785237ce2dd (patch)
treea68f146d7fa01f0134297619fbe7e33db084e0aa /devtools/docs/user/debugger/how_to/index.rst
parentInitial commit. (diff)
downloadthunderbird-6bf0a5cb5034a7e684dcc3500e841785237ce2dd.tar.xz
thunderbird-6bf0a5cb5034a7e684dcc3500e841785237ce2dd.zip
Adding upstream version 1:115.7.0.upstream/1%115.7.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'devtools/docs/user/debugger/how_to/index.rst')
-rw-r--r--devtools/docs/user/debugger/how_to/index.rst21
1 files changed, 21 insertions, 0 deletions
diff --git a/devtools/docs/user/debugger/how_to/index.rst b/devtools/docs/user/debugger/how_to/index.rst
new file mode 100644
index 0000000000..6e4e1678ec
--- /dev/null
+++ b/devtools/docs/user/debugger/how_to/index.rst
@@ -0,0 +1,21 @@
+======
+How to
+======
+
+These articles describe how to use the debugger.
+
+- :doc:`Access debugging in add-ons <access_debugging_in_add-ons/index>`
+- :doc:`Breaking on exceptions <breaking_on_exceptions/index>`
+- :doc:`Debug eval sources <debug_eval_sources/index>`
+- :doc:`Disable breakpoints <disable_breakpoints/index>`
+- :doc:`Highlight and inspect DOM nodes <highlight_and_inspect_dom_nodes/index>`
+- :doc:`Ignoring sources <ignoring_sources/index>`
+- :doc:`Open the debugger <open_the_debugger/index>`
+- :doc:`Pretty-print a minified file <pretty-print_a_minified_file/index>`
+- :doc:`Search <search/index>`
+- :doc:`Set a breakpoint <set_a_breakpoint/index>`
+- :doc:`Set a conditional breakpoint <set_a_conditional_breakpoint/index>`
+- :doc:`Set watch expressions <set_watch_expressions/index>`
+- :doc:`Step through code <step_through_code/index>`
+- :doc:`Use a source map <use_a_source_map/index>`
+- :doc:`Use watchpoints <use_watchpoints/index>`