2025-03-14 21:59:59 -06:00
|
|
|
# pio debug
|
|
|
|
|
|
|
|
|
|
> PlatformIO 프로젝트 디버그.
|
|
|
|
|
> 더 많은 정보: <https://docs.platformio.org/en/latest/core/userguide/cmd_debug.html>.
|
|
|
|
|
|
|
|
|
|
- 현재 디렉토리의 PlatformIO 프로젝트 디버그:
|
|
|
|
|
|
|
|
|
|
`pio debug`
|
|
|
|
|
|
|
|
|
|
- 특정 PlatformIO 프로젝트 디버그:
|
|
|
|
|
|
2026-06-12 17:51:25 -06:00
|
|
|
`pio debug {{[-d|--project-dir]}} {{경로/대상/platformio_project}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- 특정 환경 디버그:
|
|
|
|
|
|
2026-06-12 17:51:25 -06:00
|
|
|
`pio debug {{[-e|--environment]}} {{환경}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- 특정 설정 파일을 사용하여 PlatformIO 프로젝트 디버그:
|
|
|
|
|
|
2026-06-12 17:51:25 -06:00
|
|
|
`pio debug {{[-c|--project-conf]}} {{경로/대상/platformio.ini}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- `gdb` 디버거를 사용하여 PlatformIO 프로젝트 디버그:
|
|
|
|
|
|
2026-06-12 17:51:25 -06:00
|
|
|
`pio debug --interface {{gdb}} {{gdb_옵션}}`
|