首页 > 代码库 > windows下webstorm调试react native

windows下webstorm调试react native

安装请参考:http://www.cnblogs.com/wjx0912/p/5662457.html

 

webstorm在2016.10.20的版本才正式增加react native的调试支持,所以webstorm一定要更新到最新版本

https://blog.jetbrains.com/webstorm/2016/10/webstorm-2016-3-eap-163-6512/

https://blog.jetbrains.com/webstorm/2016/11/webstorm-2016-3/

 

webstorm打开工程后

(1)菜单File->Default Settings,然后选Languages&Frameworks -> JavaScript ,右边选React JSX

(2)菜单Run -> Edit Configurations,然后点加号,找到react native,后面都默认

(3)render()函数里面加断点测试,运行调试,在android模拟器中点menu键,出来菜单选择debug

windows下webstorm调试react native