aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/breakpoint.txt
blob: 8645c18dda6545a2c12e3f936c55c1e6840ce617 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
\section breakpoint breakpoint - Launch debug mode

\subsection breakpoint-synopsis Synopsis
\fish{synopsis}
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`.