mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-30 09:31:15 -03:00
18 lines
354 B
ReStructuredText
18 lines
354 B
ReStructuredText
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``.
|