[GHC] #2215: :disable command to disable breakpoints
GHC
cvs-ghc at haskell.org
Sun Jan 27 18:27:54 CET 2013
#2215: :disable command to disable breakpoints
---------------------------------+------------------------------------------
Reporter: SamB | Owner:
Type: feature request | Status: new
Priority: lowest | Milestone: 7.6.2
Component: GHCi | Version: 6.9
Keywords: debugger ghci | Os: Unknown/Multiple
Architecture: Unknown/Multiple | Failure: None/Unknown
Difficulty: Unknown | Testcase:
Blockedby: | Blocking:
Related: |
---------------------------------+------------------------------------------
Changes (by morabbin):
* failure: => None/Unknown
Comment:
The new GHCi command `delete` seems to cover this in a non-clunky fashion:
{{{
:delete * | num ...
Delete one or more breakpoints by number (use :show breaks to see the
number of each breakpoint). The * form deletes all the breakpoints.
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2215#comment:13>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list