From 5de2be573fd99183b503c3444ccf05181cfcb36f Mon Sep 17 00:00:00 2001 From: Pierson Lee <piel@microsoft.com> Date: Tue, 22 Aug 2017 11:49:01 -0700 Subject: [PATCH] Update Windows Subsystem for Linux.md --- Documentation/Debugger/gdb/Windows Subsystem for Linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Debugger/gdb/Windows Subsystem for Linux.md b/Documentation/Debugger/gdb/Windows Subsystem for Linux.md index ad87a14871..be64f11690 100644 --- a/Documentation/Debugger/gdb/Windows Subsystem for Linux.md +++ b/Documentation/Debugger/gdb/Windows Subsystem for Linux.md @@ -3,7 +3,7 @@ With the release of Windows 10 Creators Update (Build 15063), you will now be ab Code can be written on Windows itself using VSCode and debugged through `bash.exe` to the Bash on Windows layer. -**NOTE: Creator's Update (Build 15063 or later) is required due to bugfixes within the subsystem that we rely on to provide debugging. Debugging using a previous version of WSL is unsupported and likely will not work. To check your Windows version, in a command prompt, enter `winver`.** +**NOTE: Creator's Update (Build 15063 or later) is required due to bugfixes within the subsystem that we rely on to provide debugging. Debugging using a previous version of WSL is unsupported and likely will not work. To check your Windows version, enter `winver` in a command prompt.** ## Prerequisites * [Windows 10 Creators Update with Windows Subsystem for Linux and Bash](https://msdn.microsoft.com/en-us/commandline/wsl/install_guide) installed.