[Lldb-commits] [lldb] [vscode-lldb] Restart server when lldb-dap binary has changed (PR #159797)

Roy Shi via lldb-commits lldb-commits at lists.llvm.org
Fri Sep 19 15:03:06 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;
----------------
royitaqi wrote:

@walter-erquinigo: Updated the patch to use `chokidar`. It worked out of the box, which is nice~

Any other suggestions from you?

https://github.com/llvm/llvm-project/pull/159797


More information about the lldb-commits mailing list