
pio-debug
List of commands for pio-debug:
-
pio-debug:tldr:0244e pio-debug: Debug a PlatformIO project using the `gdb` debugger.$ pio debug --interface=${gdb} ${gdb_options}try on your machineexplain this command
-
pio-debug:tldr:1e0ca pio-debug: Debug a PlatformIO project using a specific configuration file.$ pio debug --project-conf ${path-to-platformio-ini}try on your machineexplain this command
-
pio-debug:tldr:868a9 pio-debug: Debug a specific PlatformIO project.$ pio debug --project-dir ${path-to-platformio_project}try on your machineexplain this command
-
pio-debug:tldr:b9a41 pio-debug: Debug the PlatformIO project in the current directory.$ pio debugtry on your machineexplain this command
-
pio-debug:tldr:c5865 pio-debug: Debug a specific environment.$ pio debug --environment ${environment}try on your machineexplain this command