功能:修改完代码可以自动编译加载到VM中
必须安装的软件:
Linux: inotify 链接https://github.com/rvoicilas/inotify-tools/wiki
配置:
在~/.config/rebar3/rebar.config
中添加
{plugins, [rebar3_auto, rebar3_reloader]}.
最后:在项目的根目录下使用rebar3 reloader 或者 make run
功能:修改完代码可以自动编译加载到VM中
必须安装的软件:
Linux: inotify 链接https://github.com/rvoicilas/inotify-tools/wiki
配置:
在~/.config/rebar3/rebar.config
中添加
{plugins, [rebar3_auto, rebar3_reloader]}.
最后:在项目的根目录下使用rebar3 reloader 或者 make run
转载于:https://www.cnblogs.com/yi220284/p/10736283.html