Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
426b9e61
Commit
426b9e61
authored
Nov 04, 2008
by
Simon Marlow
Browse files
fix the :help docs for :set stop (
#2737
)
parent
6bbe864b
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/ghci/InteractiveUI.hs
View file @
426b9e61
...
...
@@ -255,7 +255,7 @@ helpText =
" :set prog <progname> set the value returned by System.getProgName
\n
"
++
" :set prompt <prompt> set the prompt used in GHCi
\n
"
++
" :set editor <cmd> set the command used for :edit
\n
"
++
" :set stop
<cmd>
set the command to run when a breakpoint is hit
\n
"
++
" :set stop
[<n>] <cmd>
set the command to run when a breakpoint is hit
\n
"
++
" :unset <option> ... unset options
\n
"
++
"
\n
"
++
" Options for ':set' and ':unset':
\n
"
++
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment