aarzilli / gdlv

GUI frontend for Delve
Other
1.33k stars 48 forks source link

Help missmatch on gdlv and dlv #76

Closed George-Spanos closed 11 months ago

George-Spanos commented 11 months ago

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 the Command failed: command "clearall" not available which is expected as it's not listed under help. Screenshot_20231208_124215

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 Screenshot_20231208_124338 In vanilla delve all commands work as expected.

Any ideas?

aarzilli commented 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"

George-Spanos commented 11 months ago

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.

aarzilli commented 11 months ago

Yes, not all the commands of dlv are replicated in gdlv.

George-Spanos commented 11 months ago

Thank you, I'm gonna close this.