`sly-eval-buffer` does not switch focus to the debugger frame
- 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)

.
### 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
Assessment
This issue has not been assessed yet.