fish-shell/doc_src/cmds/breakpoint.rst
Aaron Gyes 5e880bb1c3 Commit doc_src progress.
This is continuing the work I've been doing to remove the ::
formatting for the synopsis sections of our manual pages.
2021-12-17 13:59:39 -08:00

19 lines
370 B
ReStructuredText

.. _cmd-breakpoint:
breakpoint - launch debug mode
==============================
Synopsis
--------
``breakpoint``
Description
-----------
``breakpoint`` is used to halt a running script and launch an interactive debugging prompt.
For more details, see :ref:`Debugging fish scripts <debugging>` in the ``fish`` manual.
There are no parameters for ``breakpoint``.