GHC/GHCi debugger: Difference between revisions

From HaskellWiki
< GHC
No edit summary
(Update link to user docs to something that works.)
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/users_guide/ghci-debugger.html 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/docs/latest/html/users_guide/ghci-debugger.html user docs].

Revision as of 06:14, 2 September 2009

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 user docs.