haskell - 对于线程化Haskell调试,我最好的工具是什么?

标签 haskell multithreading debugging

Erlang的多进程调试器使您可以查看所有进程。 Haskell有什么类似的东西吗?

最佳答案

有两个很棒的世界一流的工具:

  • ThreadScope,http://research.microsoft.com/en-us/projects/threadscope/
  • DTrace,http://justtesting.org/profiling-garbage-collection-in-haskell-with

  • 到目前为止,ThreadScope是我在任何非HPC设置中看到的用于线程分析的最佳工具。

    关于haskell - 对于线程化Haskell调试,我最好的工具是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2285619/

    相关文章:

    debugging - 有没有办法让 Firefox 忽略无效的 ssl 证书?

    haskell - 使用 Parsec 按字符串正确分割

    haskell - 保留算法不正常

    haskell - 在 Haskell 中打印时将 Float 格式化为 Int

    python - 使用python多线程时需要锁吗?

    WinForm 应用程序的 C# 多线程框架

    java - Java和Linux操作系统随机挂起24分钟(Linux,arm,Debian,Java 7 ARM)

    mongodb - 从 Haskell MongoDB 驱动程序中检索错误状态

    java - Gstreamer Tee/队列多流水线

    objective-c - iOS App 在终止前崩溃?