From 552eb456fcaeee5b69ec70555b5a269dd7daf535 Mon Sep 17 00:00:00 2001 From: Pepe Iborra Date: Thu, 16 Aug 2007 09:49:44 +0000 Subject: [PATCH] Document :stepover in ghci help --- compiler/ghci/InteractiveUI.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/ghci/InteractiveUI.hs b/compiler/ghci/InteractiveUI.hs index abc75bd..179f259 100644 --- a/compiler/ghci/InteractiveUI.hs +++ b/compiler/ghci/InteractiveUI.hs @@ -186,6 +186,7 @@ helpText = " :sprint [ ...] simplifed version of :print\n" ++ " :step single-step after stopping at a breakpoint\n"++ " :step single-step into \n"++ + " :stepover single-step without following function applications\n"++ " :trace trace after stopping at a breakpoint\n"++ " :trace trace into (remembers breakpoints for :history)\n"++ -- 1.7.10.4