mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-27 19:53:36 +08:00
5e880bb1c3
This is continuing the work I've been doing to remove the :: formatting for the synopsis sections of our manual pages.
19 lines
370 B
ReStructuredText
19 lines
370 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``.
|