fish-shell/sphinx_doc_src/cmds/breakpoint.rst
Fabian Homborg cf9b8fa3fa docs: Add labels to all commands
This allows us to use :ref: references, which don't require hardcoding
it as html

[ci skip]
2019-03-31 11:05:33 +02:00

20 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 `Debugging fish scripts <index.html#debugging>`__ in the ``fish`` manual.
There are no parameters for ``breakpoint``.