Skip to content

Commit d332f10

Browse files
committed
few more things
1 parent 80529f4 commit d332f10

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/debugger/how-to-debug-from-a-dll-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Native and managed DLL projects have different settings to specify calling apps.
5959

6060
- Or, select **Start browser with URL** and fill in the URL of a local ASP.NET app.
6161

62-
- For .NET Core DLLs, select **Executable** from the **Launch** dropdown, and then add the fully qualified path and name of the calling app in the **Executable** field.
62+
- For .NET Core DLLs, the **Debug** Properties page is different. Select **Executable** from the **Launch** dropdown, and then add the fully qualified path and name of the calling app in the **Executable** field.
6363

6464
1. Add any necessary command-line arguments in the **Command line arguments** or **Application arguments** field.
6565

docs/debugger/how-to-debug-in-mixed-mode.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ ms.workload:
2323
# How to: Debug in mixed mode
2424
The following procedures describe how to enable debugging for managed and native code together, also known as mixed-mode debugging. There are two mixed-mode debugging scenarios:
2525

26-
- The app that calls the DLL is written in native code, and the DLL is managed.
26+
- The app that calls a DLL is written in native code, and the DLL is managed.
2727

28-
- The app that calls the DLL is written in managed code, and the DLL is in native code. For a tutorial that walks you through this scenario in more detail, see [Debug managed and native code](../debugger/how-to-debug-managed-and-native-code.md).
28+
- The app that calls a DLL is written in managed code, and the DLL is in native code. For a tutorial that walks you through this scenario in more detail, see [Debug managed and native code](../debugger/how-to-debug-managed-and-native-code.md).
2929

30-
You can enable both managed and native debuggers in the calling app's project **Property** pages. The settings differ between native and managed apps.
30+
You can enable both managed and native debuggers in the calling app project's **Property** pages. The settings differ between native and managed apps.
3131

3232
If you don't have access to a calling app's project, you can debug the DLL from the DLL project. You don't need mixed mode to debug just the DLL project. For more information, see [How to: Debug from a DLL project](../debugger/how-to-debug-from-a-dll-project.md).
3333

@@ -48,7 +48,7 @@ If you don't have access to a calling app's project, you can debug the DLL from
4848

4949
## Enable mixed-mode debugging for a managed calling app
5050

51-
1. Select the C# or VB project in **Solution Explorer** and select the **Properties** icon, press **Alt**+**Enter**, or right-click and choose **Properties**.
51+
1. Select the C# or Visual Basic project in **Solution Explorer** and select the **Properties** icon, press **Alt**+**Enter**, or right-click and choose **Properties**.
5252

5353
1. Select the **Debug** tab, and then select **Enable native code debugging**.
5454

0 commit comments

Comments
 (0)