You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the pio debug command silently exits w/o starting a debug session if an unknown command line option is passed, consider the following command with a typing error:
# Note the typo in the `--inteface` arg
pio debug --inteface=gdb -- -x .pioinit
Actual Results
=== [SUCCESS] Took 2.90 seconds ===
Nothing happens after the compilation phase
Expected Results
Usage: pio debug [OPTIONS]
Try 'pio debug -h'for help.
Error: No such option: --inteface
The text was updated successfully, but these errors were encountered:
Description of problem
Currently, the
pio debug
command silently exits w/o starting a debug session if an unknown command line option is passed, consider the following command with a typing error:# Note the typo in the `--inteface` arg pio debug --inteface=gdb -- -x .pioinit
Actual Results
Expected Results
The text was updated successfully, but these errors were encountered: