sirnewton01 / godbg

Web-based gdb front-end application
BSD 2-Clause "Simplified" License
228 stars 26 forks source link

Breakpoints window #6

Closed tredoe closed 11 years ago

tredoe commented 11 years ago

At starting, it is shows the window of variables, but the first thing that you are going to do is to set a breakpoint so that window could be showed at the first.

sirnewton01 commented 11 years ago

Yes, it makes sense for the breakpoints view to be open initially. Thanks for raising this issue.

sirnewton01 commented 11 years ago

I have pushed changes that should keep the breakpoints widget visible initially to let you set the breakpoints. Thanks again for reporting this.

tredoe commented 11 years ago

It works, thanks! It would be cool that the input is focused to write directly the breakpoint; now you have to click there before of write.

sirnewton01 commented 11 years ago

Yes, I agree. Thank you for the suggestion.

I have pushed the change. I hope it improves your workflow.

tredoe commented 11 years ago

Thanks! It works like a charm.