LinuxCommandLibrary

pio-debug

starts a debugging session for embedded projects

TLDR

Start debugging session

$ pio debug
copy
Debug specific environment
$ pio debug -e [uno]
copy
Debug with GDB interface
$ pio debug --interface=gdb
copy

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.

SEE ALSO

pio-run(1), pio-test(1), gdb(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community