Matlab就像Julia的调试工具

时间:2015-12-28 02:08:21

标签: julia

我现在正在Julia编写一个大项目,我发现调试此代码的唯一选项是For this reason, the mock $httpBackend has a flush() method, which allows the test to explicitly flush pending requests. This preserves the async api of the backend, while allowing the test to execute synchronously.。如果没有像MATLAB那样的调试器来调试这段代码,那就太麻烦了(!)。

有没有这样的调试工具?即使他们处于阿尔法阶段,我也可以采用它们。

任何人都有时间表估计它们何时计划出现?

1 个答案:

答案 0 :(得分:3)

Keno Fischer(核心Julia开发人员之一)正在进行一项名为Gallium.jl的调试器的工作。

由于Julia作为JIT编译语言的性质,这是一项非常复杂的工作;例如,作为一个部分,它将包含一个C ++ REPL!据我了解,仍有一些技术问题阻止它被使用,但它有望“很快”用于一般消费。

有关演示的信息,请参阅this video,有关最新消息,请参阅julia-dev邮件列表中的this discussion