Jos*_*sip 22 node.js winston output console.log visual-studio-code
我正在为NodeJS使用VSCode调试器和winston记录器,但除非我指定外部终端,否则无法看到应用程序的输出:
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Launch Program",
"program": "${workspaceFolder}/server.js",
"console": "externalTerminal"
}
]
Run Code Online (Sandbox Code Playgroud)
有没有办法在输出窗口中看到输出,就像我使用CodeRunner插件启动代码一样?
| 归档时间: |
|
| 查看次数: |
3590 次 |
| 最近记录: |