-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Usability enhancements #5
Comments
I think the F11 button is a really bad choice, b/c it toggles the fullscreenmode on most systems... |
The default key bindings are copied from Visual Studio Code: https://code.visualstudio.com/Docs/customization/keybindings#_debug We can of course change them if there are more sensible defaults. Do you have a suggestion? Also, users can configure their own key bindings in Atom. Everyone is going to have different preferences, but it's desirable to have is usable out-of-the-box. All actions in atom-gdb-debugger are available through Atom's command system and can be bound to whatever keys the user prefers. |
I know the possibility of creating own keybindings files, but I think overwriting an shortcut as important as F11 is not a good idea anyway... |
There is always a combination that will not work for someone. I disagree with your premise. I think staying compatible to other packages like visual studio code is more important than the fullscreen button. I am sure the VSC people thought about it, I think this is the same binding as visual studio and eclipse but I would need to check. Having our plugin be just slightly different binding than others will definitely make people familiar with those packages very angry. (like having a qwertz and qwerty keyboards) And as mentioned before if it does not work for you, you can change the binding. (I disagree that fullscreen button is important in the first place, as I do not use it myself :D "do you see what I did there?" ) |
I am very interested in the ability to load form .gdbinit files in the project root. Possibly interested in helping with that contribution |
Hi @cwoodall The easiest way to do this is to put the command Because we're using the MI interface to GDB, we have to feed in CLI commands using |
@gsmcmullin Awesome! |
CLI
Config
.gdbinit
Feedback from GDB
SIGINT
Variable watch view
Editor integration
The text was updated successfully, but these errors were encountered: