Difference between revisions of "GHC/GHCi debugger"

From HaskellWiki
< GHC
Jump to navigation Jump to search
(GHC 6.8.1 has the GHCi debugger)
(fix links)
 
(3 intermediate revisions by 3 users 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 [https://downloads.haskell.org/~ghc/8.10.3/docs/html/users_guide/ghci.html#the-ghci-debugger user docs].

Latest revision as of 18:55, 3 February 2021

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.