【发布时间】:2021-02-18 03:04:41
【问题描述】:
有人可以帮我解决这个问题吗?我在终端而不是在调试控制台中获得输出。 这是我的 Launch json 文件。
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "java",
"name": "Debug (Launch) - Current File",
"request": "launch",
"mainClass": "${file}"
}
]
}
【问题讨论】:
标签: java visual-studio-code terminal console vscode-debugger