Re: [GHC] #2215: :disable command to disable breakpoints

#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
participants (1)
-
GHC