Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- port
- plugin
- Eclipse
- context
- 네트워크
- 줄바꿈 문자
- 단축키
- import
- ssh
- maVen
- web.xml
- netsh
- tomcat
- Mac
- xargs
- GIT
- VirtualBox
- bash
- lsof
- vscode
- Windows 10
- find
- Quartz
- Windows
- profile
- Source
- grep
- resource
- IntelliJ
- JavaScript
Archives
- Today
- Total
목록2024/10/04 (1)
develog
[vscode] bash 디버깅 하기
bash 버전 업그레이드brew install bash Bash Debug 플러그인 설치 launch.json 생성// .vscode/launch.json{ "version": "0.2.0", "configurations": [ { "type": "bashdb", "request": "launch", "name": "Bash Debug", "program": "${file}", "pathBash": "/opt/homebrew/Cellar/bash/5.2.37/bin/bash" // bash 경로 } ]}
카테고리 없음
2024. 10. 4. 22:53