开发者

Is there a step-through debugger for Haskell?

开发者 https://www.devze.com 2023-02-08 09:33 出处:网络
Is there a step-through debugger 开发者_JS百科or similar for Haskell?GHCi has an included debugger.

Is there a step-through debugger 开发者_JS百科or similar for Haskell?


GHCi has an included debugger.

Don Stewart wrote a nice introductory tutorial some time ago.

There's also hood, which lets you observe intermediate structures.

Some older projects, such as hat, seem to have fallen into bitrot/off the internet.

Note – all the above packages are text-based and platform independent.

0

精彩评论

暂无评论...
验证码 换一张
取 消