posts - 88, comments - 3, trackbacks - 0, articles - 0
  BlogJava :: 首页 :: 新随笔 :: 联系 :: 聚合  :: 管理

erlang: Call to i:im/0 in application debugger failed.

Posted on 2013-01-11 17:06 Milo的海域 阅读(440) 评论(0)  编辑  收藏 所属分类: erlang
命令行调试erlang程序报错:
2> c(hello, [debug_info]).
{ok
,hello}
3> im().
Call to i:im/
0 in application debugger failed.
ok

google之原来是erlang-debugger没装
sudo apt-get install erlang-debugger

然后Monitor窗口就出来了。不过用eclipse 的erlide插件调试也可以。


只有注册用户登录后才能发表评论。


网站导航: