mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 21:44:16 +00:00
d282bc4625
Rework for Doxygen >1.8. Moved large parts of the documentation to a simplified format, making use of Markdown enhancements and fixing bad long options.
16 lines
409 B
Text
16 lines
409 B
Text
\section breakpoint breakpoint - Launch debug mode
|
|
|
|
\subsection breakpoint-synopsis Synopsis
|
|
\fish{syn}
|
|
breakpoint
|
|
\endfish
|
|
|
|
\subsection breakpoint-description Description
|
|
|
|
`breakpoint` is used to halt a running script and launch
|
|
an interactive debugging prompt.
|
|
|
|
For more details, see <a href="index.html#debugging">Debugging fish
|
|
scripts</a> in the `fish` manual.
|
|
|
|
There are no parameters for `breakpoint`.
|