Development tools for Zephyr on STM32Workbench for Zephyr: VS Code extension to set up, build, flash and debug Zephyr applications on STM32.Devicetree manager: browse, edit and visualize Zephyr devicetree, STM32CubeMX-like for Zephyr.
the "monitor reset halt" command seem does't work.
I pause the program, put a breakpoing at the first line of main() function., type "monitor reset halt" in the Console Window, press F8(resume),
the program does't trigger the breakpoint.