diff --git a/docs/README.md b/docs/README.md index ccf2b968..331d7b8f 100644 --- a/docs/README.md +++ b/docs/README.md @@ -15,6 +15,8 @@ JsDbg currently supports WinDbg and the Visual Studio debugger on Windows, and G 2. Copy jsdbg.dll into the `winext` folder located next your `windbg.exe` installation. Make sure to use the x64 version of the dll for 64-bit WinDbg, and the x86 version for 32-bit WinDbg. +3. To use JsDbg with [WinDbg Preview](https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/debugging-using-windbg-preview), the easiest way is to set the environment variable `_NT_DEBUGGER_EXTENSION_PATH` to the directory you extracted WinDbg to. This will also work for non-preview WinDbg. + ### Usage 1. Attach WinDbg to a running process or memory dump of Microsoft Edge/Chromium.