Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hardware breakpoint support for embedded development #425

Open
HendrikHuebner opened this issue May 18, 2024 · 1 comment
Open

Hardware breakpoint support for embedded development #425

HendrikHuebner opened this issue May 18, 2024 · 1 comment

Comments

@HendrikHuebner
Copy link

HendrikHuebner commented May 18, 2024

Hello, I was wondering if there is an option to create hardware breakpoints in this extension.
I'm debugging a kernel, therefore software breakpoints do not work for me.

Ideally I would like an option that creates hardware breakpoints (gdb "hbreak" instead of "break") when a breakpoint is set in the UI (the red circles).

Is there support for this already? Right now the only solution I have come up with is to use the stopAtConnect option and then set them manually in the CLI.

@GitMensch
Copy link
Collaborator

GitMensch commented May 19, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants