You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/debugger/how-to-debug-managed-and-native-code.md
-30Lines changed: 0 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -171,42 +171,12 @@ If you have Visual Studio installed, but don't have the workloads you need, sele
171
171
172
172
## Configure mixed-mode debugging
173
173
174
-
### To configure mixed-mode debugging for a .NET Framework app
175
-
176
174
1. In **Solution Explorer**, select the **Mixed_Mode_Calling_App** project node and select the **Properties** icon, or right-click the project node and select **Properties**.
177
175
178
176
1. Select **Debug** in the left pane, select the **Enable native code debugging** check box, and then close the properties page to save the changes.
### To configure mixed-mode debugging for a .NET Core app
183
-
184
-
InmostversionsofVisualStudiostartinginVisualStudio2017, youmustusethe*launchSettings.json*fileinsteadoftheprojectpropertiestoenablemixed-modedebuggingfor native code in a .NET Core app. To track UI updates for this feature, see this [GitHub issue](https://github.com/dotnet/project-system/issues/1125).
185
-
186
-
1. In **Solution Explorer**, expand **Properties**, and open the *launchSettings.json* file.
0 commit comments