mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-14 00:47:30 +00:00
21 lines
375 B
ReStructuredText
21 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``.
|