功能:修改完代码可以自动编译加载到VM中

必须安装的软件:

  Linux: inotify  链接https://github.com/rvoicilas/inotify-tools/wiki

 

配置:

  在~/.config/rebar3/rebar.config中添加

               {plugins, [rebar3_auto, rebar3_reloader]}.

最后:在项目的根目录下使用rebar3 reloader  或者  make run

posted on 2019-04-19 15:36  Xx0翼  阅读(623)  评论(0编辑  收藏  举报