Difference between revisions of "GHC/GHCi debugger"

From HaskellWiki
< GHC
Jump to navigation Jump to search
(Remove a lot of out-of-date stuff to avoid confusion.)
(GHC 6.8.1 has the GHCi debugger)
Line 3: Line 3:
   
 
== Current status ==
 
== Current status ==
The debugger is currently available in GHC 6.7 [http://haskell.org/ghc/dist/current/dist nightly builds], and is reasonably stable: grab a HEAD snapshot and play with it. Full documentation in the [http://www.haskell.org/ghc/dist/current/docs/ HEAD user docs].
+
The debugger is available in the released [http://www.haskell.org/ghc/download_ghc_681.html GHC 6.8.1]. Full documentation in the [http://www.haskell.org/ghc/dist/current/docs/ HEAD user docs].

Revision as of 14:53, 26 November 2007

The GHCi Debugger project extends ghci with basic debugging capabilities. See the GHC user docs for more info.

Current status

The debugger is available in the released GHC 6.8.1. Full documentation in the HEAD user docs.