-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
To InvestigateFeature/bug needs initial investigation to understand involved workFeature/bug needs initial investigation to understand involved work
Description
Description
When testing the Blinky reference example for STM32F746-Disc board, I set a breakpoint at a semihosting printf(). The debugger can pause correctly at the breakpoint. But when click run again, the debug session ends unexpectedly with the error "GDB exited unexpectedly" as shown in the screenshot:
CMSIS Solution extension: 1.60.1-141-gb542ed3
CMSIS Debugger extension: 1.1.1-main16-gbd3fcbd.0
Attach the reproducer blinky example here
Steps to Reproduce
- Build project
- Select ST-Link@pyOCD as debugger
- start debug session and run
- execution stops at the line 86 (breakpoint) of blinky.c
- click run again
- debug session ends unexpectedly with the error shown above
Expected Behavior
No response
Additional Information
No response
Metadata
Metadata
Assignees
Labels
To InvestigateFeature/bug needs initial investigation to understand involved workFeature/bug needs initial investigation to understand involved work
Type
Projects
Status
Backlog