Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit74ed228

Browse files
committed
PR comments
1 parent544b860 commit74ed228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Code can be written on Windows itself using VSCode and debugged through `bash.ex
1111
*[Visual Studio Code](https://code.visualstudio.com) + Microsoft C/C++ extension for VSCode.
1212

1313
##How-To
14-
To debug, commands will be routed from Windows through`bash.exe` to setup debugging. Because our extension runs as a 32-bit process, it will need to use the`C:\Windows\SysNative` folder to access the executable that is normally in`C:\Windows\System32`. We will be using the`"pipeTransport"` ability within the extension to do debugging and`"sourceFileMap"` to map the source from the subsystem's paths back to Windows path.
14+
To debug, commands will be routed from Windows through`bash.exe` to setup debugging. Because our extension runs as a 32-bit process, it will need to use the`C:\Windows\SysNative` folder to access the`bash.exe`executable that is normally in`C:\Windows\System32`. We will be using the`"pipeTransport"` ability within the extension to do debugging and`"sourceFileMap"` to map the source from the subsystem's paths back to Windows path.
1515

1616
**NOTE: Applications will need to be compiled in the`Windows Subsystem for Linux (WSL)` prior to debugging.**
1717

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp