doomemacs / doomemacs/core

`sly-eval-buffer` does not switch focus to the debugger frame

Open
#6,556 0 comments 0 reactions 0 assignees View on GitHub
is:bug needs-triage
Dominant language
Emacs Lisp
Stars
22.7k
Forks
3.1k
Avg merge
10h 46m
Merged PRs (30d)
4

Description

### What did you expect to happen?

When `sly-eval-buffer` evaluate the lisp source with error the debugger frame is created. The focus should be switched to the debugger's frame (right side on the image below)

### What actually happened?

The focus stays in the source code frame (the left side on the image below)
![sly-doom](https://user-images.githubusercontent.com/773541/178279166-74ae2e68-d4ed-4cb8-9037-57c7706a0d9d.png)
.

### Describe your attempts to resolve the issue

I have no idea how to fix it. The `sly` developers recommend me to report it here.

### Steps to reproduce

Open empty .lips file and type `(/ 1 0)` then `Mx sly-eval-buffer`, there will be debugger frame created but the cursors stays in the source code.

### System Information

https://pastebin.com/zp55dLtd

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.