vs 코드 파일 debugger

644 단어
debugger가 필요하면 어떤 파일이 있습니다.vscode/launch.json/Launch Targets에서 구성:
{
    // 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": "node",
            "request": "launch",
            "name": "ImportAndroidDataJob",
            "program": "${workspaceFolder}/jobs/ImportAndroidDataJob.js"
        }
    ]
}

좋은 웹페이지 즐겨찾기