fish-shell/sphinx_doc_src/cmds/breakpoint.rst
Jason Nader 5932440e49 Fix broken links to index.html in cmd docs
(cherry picked from commit bc3b64bb50)
2020-01-31 23:22:43 +08:00

22 lines
375 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``.