@hackage / ghc-debugger

A step-through machine-interface debugger for GHC Haskell

Version Deprecated package0.4.0.0

About

Metadata

  • Last updated , by romes
  • License BSD-3-Clause
  • Categories Development
  • Maintained by: rodrigo@well-typed.com

  • Lottery factor: 1

Links

Installation

This package has been deprecated in favour of

Readme

The GHC debugger package provides a binary ghc-debug-adapter that implements the Debug Adapter Protocol (DAP) for debugging Haskell programs. . The Debug Adapter is implemented on top of the ghc-debugger library which defines the primitive debugging capabilities. These debugger features are implemented by managing a GHC session and debugging it through the GHC API. . The ghc-debug-adapter is transparently compatible with most projects because it uses hie-bios to figure out the right flags to invoke GHC with. . Additional information can be found in the README.