Closed George-Spanos closed 11 months ago
You can get a list of all breakpoints by opening the breakpoints window and you can clear all breakpoints by right clicking on a breakpoint and selectin "Clear All"
So it's expected that I cannot clear them by the bottom left window? I would prefer to clear them via console. It's not an "issue" so to say, I just wanted to make sure this is expected.
Yes, not all the commands of dlv are replicated in gdlv.
Thank you, I'm gonna close this.
First of all thanks for this amazing project!
I just started using gdlv today and noticed that the gdlv help command does not have an options to list breakpoints. I can normally clear breakpoints via the ui, but when I try to
clearall
for example I get that theCommand failed: command "clearall" not available
which is expected as it's not listed under help.Wheareas when I just use the dlv command on my computer on the same project with the same arguments I get all the list of commands shown on dlv documentation In vanilla delve all commands work as expected.
Any ideas?