emacs-lsp / dap-mode

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

README seem misleading - there is no dap-tm-loaded-sources #270

Open zoechi opened 4 years ago

zoechi commented 4 years ago

https://github.com/emacs-lsp/dap-mode/tree/sources#loaded-sources

I only found dapui-loaded-sources but it didn't seem to have any effect except that an empty additional treemacs window was opened.

I only tested with dart-mode

https://github.com/emacs-lsp/dap-mode/tree/sources#loaded-sources

Latest versions of all packages from Elpa.

yyoncho commented 4 years ago

@zoechi dap-tm-loaded-sources is the initial name for the components, later it was renamed. It is available depending on the debug adapter, it is present of JS related debug adapters.