aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/breakpoint.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc_src/breakpoint.txt')
-rw-r--r--doc_src/breakpoint.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc_src/breakpoint.txt b/doc_src/breakpoint.txt
index f3332c75..744727fa 100644
--- a/doc_src/breakpoint.txt
+++ b/doc_src/breakpoint.txt
@@ -5,6 +5,10 @@
\subsection breakpoint-description Description
-The \c breakpoint builtin is used to halt a running script and launch
-an interactive debug prompt.
+\c 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 \c fish manual.
+
+There are no parameters for <code>breakpoint</code>.