mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-29 21:43:55 +08:00
cf9b8fa3fa
This allows us to use :ref: references, which don't require hardcoding it as html [ci skip]
20 lines
375 B
ReStructuredText
20 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 `Debugging fish scripts <index.html#debugging>`__ in the ``fish`` manual.
|
|
|
|
There are no parameters for ``breakpoint``.
|