Skip to content

Repo sync for protected CLA branch #8454

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Sep 12, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion docs/debugger/debug-dotnet-core-in-wsl-2.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Debug .NET apps in Linux using WSL"
description: Learn to run and debug your .NET apps in WSL without leaving Visual Studio.
ms.date: "09/17/2021"
ms.date: "09/09/2022"
ms.topic: "conceptual"
helpviewer_keywords:
- "debugging, linux"
Expand Down Expand Up @@ -165,6 +165,18 @@ With these launch profiles, you can easily switch back and forth between your ta

![Multiple WSL launch profiles in the launch profile list](media/linux-wsl2-debugging-switch-target-distribution.png)

## Attach to a running WSL process

In addition to debugging from app startup using F5, you can debug by attaching to a running WSL process using the attach to process feature.

1. With the app running, choose **Debug** > **Attach to Process**.

1. For the **Connection type**, choose **Windows Subsystem for Linux (WSL)**, and then choose the Linux distribution for the **Connection target**.

1. Choose **Attach**.

![Screenshot of WSL process in the attach to process dialog box](media/linux-wsl2-debugging-attach-to-process.png)

## WSL settings in the launch profile

The following table shows the settings that are supported in the launch profile.
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
144 changes: 0 additions & 144 deletions docs/ide/not-in-toc/default.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,150 +108,6 @@ f1_keywords:
- VS_E_CANTOPENFILE
- VB_E_TERRCLASSNOTREG
- vs.webclient.help.general
- NETSDK1001
- NETSDK1002
- NETSDK1003
- NETSDK1006
- NETSDK1007
- NETSDK1008
- NETSDK1009
- NETSDK1010
- NETSDK1011
- NETSDK1012
- NETSDK1014
- NETSDK1015
- NETSDK1016
- NETSDK1017
- NETSDK1018
- NETSDK1019
- NETSDK1020
- NETSDK1021
- NETSDK1023
- NETSDK1024
- NETSDK1025
- NETSDK1028
- NETSDK1029
- NETSDK1030
- NETSDK1031
- NETSDK1032
- NETSDK1042
- NETSDK1043
- NETSDK1044
- NETSDK1046
- NETSDK1048
- NETSDK1049
- NETSDK1050
- NETSDK1051
- NETSDK1052
- NETSDK1053
- NETSDK1054
- NETSDK1055
- NETSDK1056
- NETSDK1057
- NETSDK1058
- NETSDK1060
- NETSDK1061
- NETSDK1063
- NETSDK1065
- NETSDK1067
- NETSDK1068
- NETSDK1069
- NETSDK1070
- NETSDK1072
- NETSDK1074
- NETSDK1075
- NETSDK1076
- NETSDK1077
- NETSDK1078
- NETSDK1081
- NETSDK1083
- NETSDK1084
- NETSDK1085
- NETSDK1086
- NETSDK1087
- NETSDK1088
- NETSDK1089
- NETSDK1090
- NETSDK1091
- NETSDK1092
- NETSDK1093
- NETSDK1094
- NETSDK1095
- NETSDK1096
- NETSDK1097
- NETSDK1098
- NETSDK1099
- NETSDK1102
- NETSDK1103
- NETSDK1104
- NETSDK1105
- NETSDK1106
- NETSDK1107
- NETSDK1109
- NETSDK1110
- NETSDK1111
- NETSDK1113
- NETSDK1114
- NETSDK1115
- NETSDK1116
- NETSDK1117
- NETSDK1118
- NETSDK1119
- NETSDK1120
- NETSDK1121
- NETSDK1122
- NETSDK1123
- NETSDK1124
- NETSDK1125
- NETSDK1126
- NETSDK1127
- NETSDK1128
- NETSDK1129
- NETSDK1131
- NETSDK1132
- NETSDK1133
- NETSDK1134
- NETSDK1139
- NETSDK1140
- NETSDK1142
- NETSDK1143
- NETSDK1144
- NETSDK1146
- NETSDK1148
- NETSDK1150
- NETSDK1151
- NETSDK1152
- NETSDK1153
- NETSDK1154
- NETSDK1155
- NETSDK1156
- NETSDK1157
- NETSDK1158
- NETSDK1159
- NETSDK1160
- NETSDK1161
- NETSDK1162
- NETSDK1163
- NETSDK1164
- NETSDK1165
- NETSDK1166
- NETSDK1167
- NETSDK1168
- NETSDK1169
- NETSDK1170
- NETSDK1171
- NETSDK1172
- NETSDK1173
- NETSDK1175
- NETSDK1176
- NETSDK1177
- NETSDK1178
- NETSDK1179
- NETSDK1181
- NETSDK1183
- NETSDK1184
- NETSDK1185
- NETSDK1186
- MSBuild.AmbiguousTaskParameterError
- MSB4001
- MSBuild.AttributeTypeLoadError
Expand Down