Skip to content

Commit fcdb2ac

Browse files
committed
updating
1 parent bd9540d commit fcdb2ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/python/debugging-mixed-mode-c-cpp-python-in-visual-studio.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Mixed-mode debugging for Python
33
description: Simultaneously debug C++ and Python in Visual Studio including stepping between environments, viewing values, and evaluating expressions.
44
ms.date: 01/26/2022
55
ms.topic: how-to
6-
author: cowebster
6+
author: cwebster-99
77
ms.author: cowebster
88
manager: jmartens
99
ms.technology: vs-python
@@ -44,7 +44,7 @@ Mixed-mode debugging features include the following, as explained in this articl
4444
4545
1. When attaching the mixed-mode debugger to an existing process (**Debug** > **Attach to Process**), use the **Select** button to open the **Select Code Type** dialog. Then set the **Debug these code types** option and select **Python (native)** from the list:
4646

47-
![Selecting the Python (native) code type](media/mixed_mode_debugging_attach_type_updated.png)
47+
![Screenshot of selecting the Python (native) code type](media/mixed_mode_debugging_attach_type_updated.png)
4848

4949
The code type settings are persistent, so if you want to disable mixed-mode debugging when attaching to a different process later, clear the **Python (native)** code type and apply the **Native** code type.
5050

0 commit comments

Comments
 (0)