mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-03 03:41:14 -03:00
We no longer have two doc systems, move sphinx_doc_src back to doc_src
This commit is contained in:
21
doc_src/cmds/breakpoint.rst
Normal file
21
doc_src/cmds/breakpoint.rst
Normal file
@@ -0,0 +1,21 @@
|
||||
.. _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``.
|
||||
Reference in New Issue
Block a user