Can't rebuild with `gdlv debug`
When you do gldv debug ., you can not rebuild, because it says command "rebuild" not available.
Are you planning to support this?
The restart command checks if the source files have changed and asks to rebuild. It uses modification time so maybe sometimes it fails with git but it should work most of the time. In what specific case do you need rebuild?
generally in cases when I need to make a quick change and relaunch without losing all my breakpoints inside delve.
Does restart prompt you to rebuild in that case?
Wait what? Yes, it does. But I really had no way of knowing this, would you consider exposing the normal delve's rebuild command in the command bar in the UI's console?
(to keep parity with delve's actual commands)
I'll leave this open, see if others wish for this.