hfd alternatives and similar packages
Based on the "Development" category.
Alternatively, view hfd alternatives based on common mentions on social networks and blogs.
-
cabal-install-parsers
Scripts and instructions for using CI services (e.g. Travis CI or Appveyor) with multiple GHC configurations -
fourmolu
A fourk of ormolu that uses four space indentation and allows arbitrary configuration. Don't like it? PRs welcome!
InfluxDB - Purpose built for real-time analytics at any scale.
Do you think we are missing an alternative of hfd or a related project?
Popular Comparisons
README
hfd
About
hfd is a console debugger for flash applications. It is written in Haskell.
hfd vs fdb
Flash debugger, included into flex sdk (fdb) lacks good readline interface. Also it very often fails (and even crashes) when printing properties (at least linux version). So the idea is to create flash debugger with user friendly interface and good properties support.
Installation
You need Haskell Platform to install hfd.
$ cd hfd
$ cabal update
$ cabal install
Current state
hfd supports most of basic debugger features
- set, list, delete breakpoints
- execution control: continue, step, next, finish
- inspect variable
- inspect properties (call getters)
- break on exception
- show call stack
- list source code (currently only around current position)
- haskeline user interface (commands history, basic completion)
Features, that are not implemented still
- improved listing of source code
- walk through call stack
- enable/disable breakpoints
- conditional breakpoints
- expression evaluation
- set variables
- print arguments when printing call stack
- improved completion