• 2025-11-22
使用VSCode调试Node.js应用程序

首先配置launch.json文件以启用VSCode调试,设置type为node、request为launch或attach、指定program入口文件,并配置env和console;然后在代码中点击......

11