summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPepe Iborra <mnislaih@gmail.com>2007-08-16 09:49:44 +0000
committerPepe Iborra <mnislaih@gmail.com>2007-08-16 09:49:44 +0000
commit552eb456fcaeee5b69ec70555b5a269dd7daf535 (patch)
tree38c1e2e586029cbd0854d3ee46150fbeec99c677
parent2cbd36c9f4a93e437e0a2135e07945f3a69bbb0d (diff)
downloadhaskell-552eb456fcaeee5b69ec70555b5a269dd7daf535.tar.gz
Document :stepover in ghci help
-rw-r--r--compiler/ghci/InteractiveUI.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/ghci/InteractiveUI.hs b/compiler/ghci/InteractiveUI.hs
index abc75bd9f0..179f2592f8 100644
--- a/compiler/ghci/InteractiveUI.hs
+++ b/compiler/ghci/InteractiveUI.hs
@@ -186,6 +186,7 @@ helpText =
" :sprint [<name> ...] simplifed version of :print\n" ++
" :step single-step after stopping at a breakpoint\n"++
" :step <expr> single-step into <expr>\n"++
+ " :stepover single-step without following function applications\n"++
" :trace trace after stopping at a breakpoint\n"++
" :trace <expr> trace into <expr> (remembers breakpoints for :history)\n"++