Skip to content

Commit 1ef0d31

Browse files
authored
Update Windows Subsystem for Linux.md
Added Creator's Update build version for WSL requirement.
1 parent 564c6e5 commit 1ef0d31

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documentation/Debugger/gdb/Windows Subsystem for Linux.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Windows 10's Windows Subsystem for Linux
2-
With the release of Windows 10 Creators Update, you will now be able to use Visual Studio Code and the Microsoft C/C++ extension to debug your `Windows Subsystem for Linux (WSL)` [Bash on Ubuntu](https://msdn.microsoft.com/en-us/commandline/wsl/about) projects.
2+
With the release of Windows 10 Creators Update (Build 15063), you will now be able to use Visual Studio Code and the Microsoft C/C++ extension to debug your `Windows Subsystem for Linux (WSL)` [Bash on Ubuntu](https://msdn.microsoft.com/en-us/commandline/wsl/about) projects.
33

44
Code can be written on Windows itself using VSCode and debugged through `bash.exe` to the Bash on Windows layer.
55

6-
**NOTE: Creator's Update 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.**
6+
**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`.**
77

88
## Prerequisites
99
* [Windows 10 Creators Update with Windows Subsystem for Linux and Bash](https://msdn.microsoft.com/en-us/commandline/wsl/install_guide) installed.
@@ -83,4 +83,4 @@ This configuration similar to the launch process above. I have chosen to start t
8383
"/mnt/z": "z:\\"
8484
}
8585
}
86-
```
86+
```

0 commit comments

Comments
 (0)