In the debug menu there are Restart and Stop commands. When I click on Restart I am getting this error:
firmware.elf: The process cannot access the file because it is being used by another process
======================================================================================================== [FAILED] Took 0.97 seconds ========================================================================================================The terminal process “C:\Users\<user>\.platformio\penv\Scripts\pio.exe ‘debug’” terminated with exit code: 1.
Also, when I click on Stop I am getting this error:
pio_reset_run_target
Warning! Undefined pio_reset_run_target command
Cannot execute this command while the target is running.
Use the “interrupt” command to stop the target
and then try again.
Cannot execute this command while the target is running.
Use the “interrupt” command to stop the target
and then try again.
Cannot execute this command while the target is running.
Use the “interrupt” command to stop the target
and then try again.
Does anyone know what these buttons do and what GDB commands they send to the board? Also are these configurable? I would love to just change them to my own GDB commands if possible.