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.