ARM-software / vscode-arm-debugger

https://marketplace.visualstudio.com/items?itemName=Arm.arm-debugger
Other
6 stars 0 forks source link

Missing "Reset and Run" Feature in Keil Studio VSCode Extensions #10

Open xiaoyu200009 opened 1 week ago

xiaoyu200009 commented 1 week ago

In uVision, there's a "Reset and Run" checkbox under Debug Settings > Flash Download that allows the program to automatically run after flashing. However, I couldn't find a similar feature in the Keil Studio VSCode Extension. After flashing, I currently need to manually press the reset button on the development board or start the debugger to run the program.

It seems like this feature might not be implemented in the VSCode extension yet. Could you please confirm if this is the case or if there's an alternative method to achieve automatic program execution after flashing?

jmjoy commented 1 week ago

In the arm-debugger documentation, there is an option resetAfterConnect, which can automatically reset, but the flash task does not have this option.

Originally posted by @jmjoy in https://github.com/ARM-software/vscode-keil-studio-pack/issues/25#issuecomment-2309560534