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

Closing debug buffer with abort brings stacktrace buffer to front #97

Open
amalloy opened this issue May 29, 2013 · 0 comments
Open

Closing debug buffer with abort brings stacktrace buffer to front #97

amalloy opened this issue May 29, 2013 · 0 comments

Comments

@amalloy
Copy link
Contributor

amalloy commented May 29, 2013

When I evaluate (from my repl) an expression which causes an exception, I get the swank-like debug buffer, which is great. Then I decide to abort (say, by using restart 1). This closes the debug buffer, but it brings the "dumb" backtrace buffer to the front, hiding my repl buffer. So now instead of continuing to work, I have to stare at the stacktrace I've already decided I'm done with.

It would be better if it could kill (or otherwise hide) the *nREPL error* buffer as well as the *nrepl-dbg xxxxx* buffer, so that I can get back to work in my repl.

I can see a way to do this, but it seems pretty gross, and I'm hoping @hugoduncan (or whoever) has a better idea than mine.

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

No branches or pull requests

1 participant