ARM-software / vscode-embedded-debug

Extension support for VS Code Embedded Debug Extension
https://marketplace.visualstudio.com/items?itemName=Arm.embedded-debug
Other
11 stars 3 forks source link

Support conditional breakpoints #26

Open fredo514 opened 8 months ago

fredo514 commented 8 months ago

Type: Feature Request

It seems that the debugger doesn't support the built-in VS code extended breakpoints (conditional, hit count and log). This feature would be really useful, especially since there is no scripting interface to the debugger yet.

Supporting the VS Code watchpoints (break on variable read, change or access) would be useful too.

Thanks,

thegecko commented 8 months ago

Thanks for the suggestions!