简介 目录 评价 推荐
  • qq_慕后端6095041 2021-10-29
    Vscode 自动附加
    0赞 · 0采集
  • qq_慕后端6095041 2021-10-29
    知识点汇总。。。
    0赞 · 0采集
  • qq_慕后端6095041 2021-10-29
    内存泄露快照。。
    0赞 · 0采集
  • qq_慕后端6095041 2021-10-29
    Profiler 性能测试
    0赞 · 0采集
  • qq_慕后端6095041 2021-10-29
    直接commit
    0赞 · 0采集
  • qq_慕后端6095041 2021-10-29
    三种调试方法。。。
    0赞 · 0采集
  • 慕移动756592310 2021-06-21

    激活 nodejs 调试

    node --inspect app.js

    0赞 · 0采集
  • JA_JA 2020-09-06

    将VS Code调试部分内容做了笔记,https://github.com/LinG955/node-debug/tree/master

    0赞 · 0采集
  • 慕粉2131279519 2020-07-19
    --inspect -brk
    截图
    0赞 · 0采集
  • UFO2015 2020-02-10

    --inspect-brk

    截图
    0赞 · 0采集
  • UFO2015 2020-02-10

    node --inspect=127.0.0.1:8888 app.js


    node --inspect=8888 app.js


    截图
    0赞 · 0采集
  • UFO2015 2020-02-10

    node --inspect=127.0.0.1:8888 app.js


    node --inspect=8888 app.js

    截图
    0赞 · 0采集
  • UFO2015 2020-02-10

    https://nodejs.org/api/debugger.html

    https://nodejs.org/en/docs/guides/debugging-getting-started/

    截图
    0赞 · 0采集
  • UFO2015 2020-02-10

    多配置, launch

    截图
    0赞 · 0采集
  • UFO2015 2020-02-10

    args cmd

    截图
    0赞 · 0采集
  • UFO2015 2020-02-10
    1. F5

    2. launch.json

    3. vscode settings.json 


    4. // 激活 node inspect debugger
    5. "debug.node.autoAttach": "on",
    截图
    0赞 · 0采集
  • UFO2015 2020-02-10

    launch config

    截图
    0赞 · 0采集
  • UFO2015 2020-02-10

    VS Code

    截图
    0赞 · 0采集
  • UFO2015 2020-02-10

    内存溢出


    snapshot 快照

    截图
    0赞 · 0采集
  • UFO2015 2020-02-10

    add folder

    截图
    0赞 · 0采集
  • UFO2015 2020-02-10

    代码性能优化,调试


    http://img2.mukewang.com/5e402dd90001a4e924601236.jpg

    截图
    1赞 · 0采集
  • UFO2015 2020-02-09

    call stack

    截图
    0赞 · 0采集
  • UFO2015 2020-02-09

    hot modify

    截图
    0赞 · 0采集
  • UFO2015 2020-02-09

    Ctrl + P === open file

    截图
    0赞 · 0采集
  • UFO2015 2020-02-09

    打开方式 3

    截图
    0赞 · 0采集
  • UFO2015 2020-02-09

    chrome://inspect


    chrome-devtools:

    截图
    0赞 · 0采集
  • UFO2015 2020-02-09

    Chrome devtools


    vscode

    截图
    0赞 · 0采集
  • UFO2015 2020-02-09

    Linux & SIGUSER1


    截图
    0赞 · 0采集
  • UFO2015 2020-02-09

    .vscode/settings.json

    {    "editor.fontSize": 16,    "editor.renderWhitespace": "all",    "path-intellisense.mappings": {        "@": "${workspaceRoot}/src/operate-tool/src"
        },    "editor.tabSize": 2,    // 激活 node inspect debugger
        "debug.node.autoAttach": "on",
    }


    截图
    0赞 · 0采集
  • UFO2015 2020-02-09
    1. 打断点

    2. 重启server

    3. 访问 URL 

    4. debugger

    截图
    0赞 · 0采集
数据加载中...
开始学习 免费