================ @@ -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:
Just to clarify: `vscode.workspace.createFileSystemWatcher` now works on my machine. Are you suggesting to use `chokidar` instead? Also, even with `chokidar`, I will have to have `this.serverFileChanged`, so that we know that the lldb-dap binary has changed at the start of the next debug session. Make sense? https://github.com/llvm/llvm-project/pull/159797 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits