Skip to content

Commit 6539a98

Browse files
author
mikeblome
committed
fixed link to prop page
1 parent 4c97348 commit 6539a98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/linux/deploy-run-and-debug-your-linux-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ There are several ways to interact with and debug your Linux project.
100100

101101
## Debug with Attach to Process
102102

103-
The [Debugging](debugging-linux.md) property page for Visual Studio projects, and the **Launch.vs.json** settings for CMake projects, have settings that enable you to attach to a running process. If you require additional control beyond what is provided in those settings, you can place a file named `Microsoft.MIEngine.Options.xml` in the root of your solution or workspace. Here is a simple example:
103+
The [Debugging](prop-pages/debugging-linux.md) property page for Visual Studio projects, and the **Launch.vs.json** settings for CMake projects, have settings that enable you to attach to a running process. If you require additional control beyond what is provided in those settings, you can place a file named `Microsoft.MIEngine.Options.xml` in the root of your solution or workspace. Here is a simple example:
104104

105105
```xml
106106
<?xml version="1.0" encoding="utf-8"?>

0 commit comments

Comments
 (0)