Skip to content
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

e is missing from the debugger keybinding overlay #1585

Closed
expez opened this issue Feb 23, 2016 · 3 comments
Closed

e is missing from the debugger keybinding overlay #1585

expez opened this issue Feb 23, 2016 · 3 comments

Comments

@expez
Copy link
Member

expez commented Feb 23, 2016

This caused me to open #1583 yesterday

image

@expez expez changed the title e key is missing from keybinding overlay e key is missing from the debugger keybinding overlay Feb 23, 2016
@expez expez changed the title e key is missing from the debugger keybinding overlay e is missing from the debugger keybinding overlay Feb 23, 2016
@Malabarba
Copy link
Member

The motivation for hiding the e key was that any evaluation operates in the current debugging context. For instance, you can just keep using C-x C-e, or C-c M-: and they'll magically work in the debugger.

IIRC, Bozhidar was against me hiding the e key, so I guess it's 2 against 1 now. :-)

@bbatsov
Copy link
Member

bbatsov commented Feb 23, 2016

you can just keep using C-x C-e, or C-c M-: and they'll magically work in the debugger.

I was reminded about this just now, when I was going through the code. :-) I'm guessing showing e in the menu won't hurt.

@expez
Copy link
Member Author

expez commented Feb 23, 2016

For instance, you can just keep using C-x C-e, or C-c M-: and they'll magically work in the debugger.

That's awesome! ...but I'd never thought to try that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants