Skip to content

Commit 80529f4

Browse files
committed
corrections
1 parent 4f85e86 commit 80529f4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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
@@ -49,7 +49,7 @@ Native and managed DLL projects have different settings to specify calling apps.
4949

5050
## Specify a calling app in a managed DLL project
5151

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

5454
1. Make sure that the **Configuration** field at the top of the window is set to **Debug**.
5555

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ 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-
1. The app that calls the DLL is written in native code, and the DLL is managed.
26+
- The app that calls the DLL is written in native code, and the DLL is managed.
2727

28-
1. 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 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).
2929

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

0 commit comments

Comments
 (0)