Readme for hfd-0.0.2

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

Features, that are not implemented still