From 5ce4cb66d34528d9fb5c3f6af5dc9ef116007f45 Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Mon, 28 Oct 2019 18:30:36 +0100 Subject: [PATCH] fix stale doc [ci skip] --- sphinx_doc_src/index.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/sphinx_doc_src/index.rst b/sphinx_doc_src/index.rst index 0a25e42d7..7fdc01095 100644 --- a/sphinx_doc_src/index.rst +++ b/sphinx_doc_src/index.rst @@ -1833,9 +1833,6 @@ Fish includes a built in debugging facility. The debugger allows you to stop exe To start a debug session simply run the builtin command ``breakpoint`` at the point in a function or script where you wish to gain control. Also, the default action of the TRAP signal is to call this builtin. So a running script can be debugged by sending it the TRAP signal with the ``kill`` command. Once in the debugger, it is easy to insert new breakpoints by using the funced function to edit the definition of a function. -Note: At the moment the debug prompt is identical to your normal fish prompt. This can make it hard to recognize that you've entered a debug session. `Issue 1310 `_ is open to improve this. - - .. _more-help: Further help and development