weinre是一个网页调试器,就像FireBug (用于FireFox)和web Inspector (用于基于WebKit的浏览器)一样,除了它是为远程工作而设计的,特别是,允许你在手机等移动设备上调试网页。
http://people.apache.org/~pmuellr/weinre/docs/latest/Home.html
发布于 2014-07-14 19:51:10
我使用了来自https://serverfault.com/questions/496169/running-node-js-at-boot的答案,但对其进行了一些修改:https://gist.github.com/akuryan/aa458edd325ff840eb97
修改它,以便您的用户是正确的,可以启动weinre并具有对LOG_FILE和LOCK_FILE的写入权限
希望这能帮到你
https://stackoverflow.com/questions/21756107
复制相似问题