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
- grep
- port
- vscode
- 줄바꿈 문자
- Eclipse
- Mac
- profile
- ssh
- Windows
- JavaScript
- Source
- Quartz
- web.xml
- find
- 네트워크
- resource
- IntelliJ
- plugin
- import
- GIT
- context
- Windows 10
- bash
- tomcat
- lsof
- VirtualBox
- maVen
- 단축키
- netsh
- xargs
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