fish-shell/doc_src/cmds/breakpoint.rst
2021-12-09 03:53:13 -08:00

19 lines
371 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``.