[Lldb-commits] [lldb] [vscode-lldb] Restart server when lldb-dap binary has changed (PR #159797)
Walter Erquinigo via lldb-commits
lldb-commits at lists.llvm.org
Tue Sep 23 07:05:59 PDT 2025
https://github.com/walter-erquinigo approved this pull request.
cool! thanks!
About the reliability, all I can tell you is that I used to manage a few vscode extensions and tracking modification times was not always working on all systems. At least that's why my users reported, but I never got access to those systems so I couldn't really know the underlying issues. But when I switched to using well established libraries for this, my problems went away...
https://github.com/llvm/llvm-project/pull/159797
More information about the lldb-commits
mailing list