[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
Fri Sep 19 09:07:19 PDT 2025
================
@@ -83,6 +88,18 @@ export class LLDBDapServer implements vscode.Disposable {
});
this.serverProcess = process;
this.serverSpawnInfo = this.getSpawnInfo(dapPath, dapArgs, options?.env);
+ this.serverFileChanged = false;
----------------
walter-erquinigo wrote:
try using https://www.npmjs.com/package/chokidar
https://github.com/llvm/llvm-project/pull/159797
More information about the lldb-commits
mailing list