summaryrefslogtreecommitdiffstats
path: root/devtools/docs/user/debugger/how_to/index.rst
blob: 6e4e1678ec0e42c3dc04e9ed1e229420721e2662 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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>`