X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2Fusers_guide%2Fghci.xml;h=69078d5093ebb2e0489bf0d06d74a7f16594cdc1;hb=a52f14894e48d47e62b5b33f7d7f4b3f2cc88a79;hp=a8ebbd7b661b9f21d9d8713a2cbd2dc3284b1cdd;hpb=1cb7a8702e066ee74a6687f7f896ed77d0c25d8a;p=ghc-hetmet.git diff --git a/docs/users_guide/ghci.xml b/docs/users_guide/ghci.xml index a8ebbd7..69078d5 100644 --- a/docs/users_guide/ghci.xml +++ b/docs/users_guide/ghci.xml @@ -1109,8 +1109,10 @@ right :: [a] bug. GHCi offers two variants of stepping. Use :step to enable all the breakpoints in the program, and execute until the next breakpoint is - reached. Use :stepover to step over function - applications, which of course are executed all the same. + reached. Use :steplocal to limit the set + of enabled breakpoints to those in the current top level function. + Similarly, use :stepmodule to single step only on + breakpoints contained in the current module. For example: