Skip to content

Commit 2452354

Browse files
committed
revert changes
1 parent d47e536 commit 2452354

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

docs/build/cmake-projects-in-visual-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ endif()
152152
Visual Studio allows you to debug a process running on a remote Linux system or WSL and debug it with the GDB debugger. To get started, select **Debug** > **Attach to Process...**, set the **Connection type** to **SSH**, and select your **Connection target** from the list of connections in the Connection Manager. Select a process from the list of available processes and press **Attach**. GDB must be installed on your Linux machine. For more information on SSH connections, see the [Connection Manager](../linux/connect-to-your-remote-linux-computer.md)
153153

154154
:::image type="complex" source="media/attach-to-process.png" alt-text="Screenshot of the Attach to Process menu in Visual Studio.":::
155-
The following options are available on the dialog: Connection type (set to SSH), the connection target (something like demo@ an ip number), and a list of available processes you can attach to."
155+
The following options are available on the dialog: Connection type (set to SSH), the connection target (set to demo@ 172. 20. 60. 6), and a list of available processes you can attach to."
156156
:::image-end:::
157157

158158
## <a name="cmake-partial-activation"></a> CMake partial activation
1.52 KB
Loading

0 commit comments

Comments
 (0)