mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-22 18:21:13 -03:00
No need to define "cmd-foo" anchors; use :doc:`foo <cmds/foo>`
instead. If we want "cmd-foo" but it should be tested.
See also 38b24c2325 (docs: Use :doc: role when linking to commands,
2022-09-23).
19 lines
364 B
ReStructuredText
19 lines
364 B
ReStructuredText
breakpoint - launch debug mode
|
|
==============================
|
|
|
|
Synopsis
|
|
--------
|
|
|
|
.. 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``.
|