Debug NodeJS
Thêm --inspect để debug
/package.json
package.json
{ "name": "example", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "start": "nodemon --inspect app.js", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "dependencies": { "cookie-parser": "^1.4.4", "dotenv": "^8.2.0", "express": "^4.17.1", "lowdb": "^1.0.0", "md5": "^2.2.1", "pug": "^2.0.4", "short-id": "0.1.0-1" }, "devDependencies": { "nodemon": "^1.19.3" } }
Tắt server và khởi động lại
Thấy xuất hiện dòng Debugger có nghĩa là app đã sẵn sàng cho chúng ta debug
Chúng ta click vào icon màu xanh lá cây để mở cửa sổ debug
Ctrl + P để tìm kiếm file js server cần debug
0 nhận xét:
Post a Comment