可以 "Run" 但不能 "Debug" PhpStorm 8 中的 Cordova
Can "Run" but can't "Debug" Cordova in PhpStorm 8
我已将我的 PhpStorm 设置为 use the PhoneGap/Cordova plugin and it works insofar as I can go to Run > Run to run cordova emulate ios
with this Run configuration。
但是,出于某种原因,它不允许我调试(所以我不能使用断点或检查变量值)而且我也无法获得任何 console.log
输出。
我不完全确定为什么我可以 运行 但不能调试 - 有什么想法吗?
据我所知,调试 Cordova/PhoneGap/Ionic 应用程序尚未实现。
https://youtrack.jetbrains.com/issue/WEB-14781 -- 观看这张票 (star/vote/comment) 以获得进度通知。
根据该插件的 ToDo List,调试支持似乎不在他们最近的计划中(另外,上述票据到目前为止只有 4 票左右——太少了)。
我已将我的 PhpStorm 设置为 use the PhoneGap/Cordova plugin and it works insofar as I can go to Run > Run to run cordova emulate ios
with this Run configuration。
但是,出于某种原因,它不允许我调试(所以我不能使用断点或检查变量值)而且我也无法获得任何 console.log
输出。
我不完全确定为什么我可以 运行 但不能调试 - 有什么想法吗?
据我所知,调试 Cordova/PhoneGap/Ionic 应用程序尚未实现。
https://youtrack.jetbrains.com/issue/WEB-14781 -- 观看这张票 (star/vote/comment) 以获得进度通知。
根据该插件的 ToDo List,调试支持似乎不在他们最近的计划中(另外,上述票据到目前为止只有 4 票左右——太少了)。