summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/users_guide/ghci.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/users_guide/ghci.rst b/docs/users_guide/ghci.rst
index 72e2d66e12..d1229ed0d5 100644
--- a/docs/users_guide/ghci.rst
+++ b/docs/users_guide/ghci.rst
@@ -2884,7 +2884,10 @@ commonly used commands.
.. ghci-cmd:: :steplocal
Enable only breakpoints in the current top-level binding and resume
- evaluation at the last breakpoint.
+ evaluation at the last breakpoint. Continuation with
+ :ghci-cmd:`:steplocal` is not possible if this last breakpoint was
+ hit by an error (:ghc-flag:`-fbreak-on-error`) or an
+ exception (:ghc-flag:`-fbreak-on-exception`).
.. ghci-cmd:: :stepmodule