Personal tools

GHC/GHCi debugger

From HaskellWiki

< GHC(Difference between revisions)
Jump to: navigation, search
(GHC 6.8.1 has the GHCi debugger)
Current revision (21:29, 16 December 2012) (edit) (undo)
m (Current status: Made the text is more up to date)
 
(2 intermediate revisions not shown.)
Line 3: Line 3:
== Current status ==
== Current status ==
-
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].
+
The debugger is available since [http://www.haskell.org/ghc/download_ghc_681.html GHC 6.8.1]. Full documentation in the [http://www.haskell.org/ghc/docs/latest/html/users_guide/ghci-debugger.html user docs].

Current revision

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

Current status

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