pio-debug
starts a debugging session for embedded projects
TLDR
Start debugging session
$ pio debug
Debug specific environment$ pio debug -e [uno]
Debug with GDB interface$ pio debug --interface=gdb
SYNOPSIS
pio debug [options]
DESCRIPTION
pio debug starts a debugging session for embedded projects. Connects to on-chip debuggers, sets breakpoints, and inspects variables. Integrates with GDB and IDE debug interfaces.
PARAMETERS
-e, --environment name
Debug environment.--interface type
Debugger interface (gdb).-d, --project-dir dir
Project directory.--upload-port port
Upload port.
