emacs-lsp / dap-mode

Emacs :heart: Debug Adapter Protocol
https://emacs-lsp.github.io/dap-mode
GNU General Public License v3.0
1.29k stars 180 forks source link

After debugging C-x 1 (delete-other-windows) works only in top window #797

Open davemilter opened 1 month ago

davemilter commented 1 month ago

After debug session "C-x 1" (delete-other-windows) stop working in any other window except top one.

For example if I run "C-x 2" to create to windows, then switch to "bottom" window "C-x o", and then run "C-x 1" then nothing happens, still two windows.

If I return back to top window (C-x o), then "C-x 1" works, and close bottom window.

I need to restart emacs to restore normal functionality.

This also happens to me with lap-mode sometimes, but issue not always happens, only sometimes

https://emacs.stackexchange.com/questions/77201/lsp-modes-magic-to-prevent-c-x-1-from-working

but with dap-mode I can reproduce problem every time.

GNU Emacs 29.3 (build 1, aarch64-apple-darwin21.6.0, NS appkit-2113.60 Version 12.6.6 (Build 21G646)) of 2024-03-24

dap-mode b407773ebca56e3bd8e6a4643854e91cbde0c35e

tobiasBora commented 1 month ago

Also have the same issue.