Document :stepover in ghci help
authorPepe Iborra <mnislaih@gmail.com>
Thu, 16 Aug 2007 09:49:44 +0000 (09:49 +0000)
committerPepe Iborra <mnislaih@gmail.com>
Thu, 16 Aug 2007 09:49:44 +0000 (09:49 +0000)
compiler/ghci/InteractiveUI.hs

index abc75bd..179f259 100644 (file)
@@ -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"++