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 181 forks source link

[RFE] Support markers in margin #266

Open Lenbok opened 4 years ago

Lenbok commented 4 years ago

dap-mode currently uses the fringe to indicate breakpoints etc. Unfortunately, when running inside a TTY, the fringe does not display.

Flycheck allows selecting between fringe vs margins for errors and warnings, and using margins works nicely inside a TTY. Perhaps margins could also be supported as an option here in dap-mode.

yyoncho commented 4 years ago

see https://github.com/emacs-lsp/dap-mode/issues/251