fish-shell/doc_src/cmds/breakpoint.rst

22 lines
375 B
ReStructuredText
Raw Normal View History

.. _cmd-breakpoint:
2020-03-31 23:37:38 +08:00
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``.