美文网首页
jetbrains ide support 配合webstorm

jetbrains ide support 配合webstorm

作者: Gaizka | 来源:发表于2018-04-12 14:36 被阅读108次

1、

打开Chrome 浏览器 进去扩展工具goole商店 下载 jetbrains ide support 使用  自动安装


2、进入 web storm 右上方有一个 edit config点击进入 新建一个debug规则: 


2.1 选择 Javascript debug 模式 

2.2 输入该debug的名字 和 debug 地址( 就是项目在浏览器上运行的地址host+端口号即可)

3. 

3.1 执行cli 让程序跑起来 

3.2 点击webstorm 工具栏运行的小按钮  run  

3.3 点击webstorm 工具栏debug的小按钮   debug 

4. 即可使用 

4. 在工程的代码 左侧打断点 就可以实现断点debug了 

相关文章

网友评论

      本文标题:jetbrains ide support 配合webstorm

      本文链接:https://www.haomeiwen.com/subject/qegxkftx.html