美文网首页
webstorm调试

webstorm调试

作者: royluck | 来源:发表于2019-10-17 14:04 被阅读0次
    本地vue调试
    image.png

    https://www.jb51.net/article/115478.htm


    服务端koa调试

    step1:查找全局的npm包地址,在下述Node paraneters参数要用到;

    npm config ls
    
    image.png image.png

    step2:配置完之后点击小蜘蛛,打断点,发送请求,即可定位到断点位置


    image.png
    get请求
    http://localhost:3000/v1/user/register

    注:C:\Users\admin\AppData\Roaming\npm\node_modules\nodemon\bin\nodemon,这里的nodemon是Node自动重启工具,具体安装方式百度。

    相关文章

      网友评论

          本文标题:webstorm调试

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