[nodejs + vscode debug settings] > Flutter/Dart/Node

본문 바로가기
사이트 내 전체검색

Flutter/Dart/Node

[nodejs + vscode debug settings]

페이지 정보

작성자 sbLAB 댓글 0건 조회 4,087회 작성일 22-09-14 00:23

본문

 VCode - Run and Debug - create a launch.json file 


225b4a95d6bec9d7c2e5e52f4f754f37_1663082591_1436.jpg



Select Node.js 


225b4a95d6bec9d7c2e5e52f4f754f37_1663082591_2128.jpg



225b4a95d6bec9d7c2e5e52f4f754f37_1663082591_2715.jpg
 

 Automatically generated launch.json   
 

Change "type": "pwa-node" to "node"   
 

{
    // 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": "pwa-node", -         "type": "node",
            "request": "launch",
            "name": "Launch Program",
            "skipFiles": [
                "<node_internals>/**"
            ],
            "program": "${workspaceFolder}\\index.js"
        }
    ]
}



Start Debug (Launch Program)


225b4a95d6bec9d7c2e5e52f4f754f37_1663082740_2171.jpg


225b4a95d6bec9d7c2e5e52f4f754f37_1663082740_2897.jpg
 

Break Point on Source code

225b4a95d6bec9d7c2e5e52f4f754f37_1663082812_2981.jpg
 

PostMan RestApi url Call - Debugging.

https://www.postman.com/downloads/?utm_source=postman-home 




댓글목록

등록된 댓글이 없습니다.

회원로그인

접속자집계

오늘
385
어제
433
최대
1,279
전체
219,053

그누보드5
Copyright © sebom.com All rights reserved.