You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dap is using top-center to place the ui-controls. This places the controls over the toolbar, which makes sense to me, as long as there aren't already buttons there. But if you remove the toolbar, the controls end up in the buffer. I moved it left in scratch, to make it obvious. Whether it should be in the buffer or over the toolbar, the behavior should probably be consistent. Maybe check the toolbar before placing??
Maybe this is a dap-ui issue. Normally the ui-controls are placed over the Emacs toolbar. But when you remove the toolbar, it places the ui-controls inside the buffer, over the text, as you can see from the image.
Dap is using top-center to place the ui-controls. This places the controls over the toolbar, which makes sense to me, as long as there aren't already buttons there. But if you remove the toolbar, the controls end up in the buffer. I moved it left in scratch, to make it obvious. Whether it should be in the buffer or over the toolbar, the behavior should probably be consistent. Maybe check the toolbar before placing??
https://github.com/emacs-lsp/dap-mode/blob/master/dap-ui.el
The text was updated successfully, but these errors were encountered: