mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-29 06:13:20 +00:00
5e880bb1c3
This is continuing the work I've been doing to remove the :: formatting for the synopsis sections of our manual pages.
18 lines
370 B
ReStructuredText
18 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``.
|