Skip to content

Commit c015fcc

Browse files
author
Michael Blome
committed
Merge branch 'master' into mb-bool
local merge from master
2 parents 0585342 + 99c9c4f commit c015fcc

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ There are several ways to interact with and debug your Linux project.
2323
* Debug using traditional Visual Studio features, such as breakpoints, watch windows, and hovering over a variable. Using these methods, you may debug as you normally would for other project types.
2424
* View output from the target computer in a special Linux Console window. You can also use the console to send input to the target computer.
2525

26-
> [!NOTE]
27-
> For ARM debugging on Linux, see this blog post: [Debugging an embedded ARM device in Visual Studio](https://blogs.msdn.microsoft.com/vcblog/2018/01/10/debugging-an-embedded-arm-device-in-visual-studio/).
28-
2926
## Debug your Linux project
3027

3128
1. Select debugging mode in the **Debugging** property page.
@@ -83,5 +80,11 @@ There are several ways to interact with and debug your Linux project.
8380

8481
```handle SIGILL nostop noprint```
8582

83+
## Next steps
84+
85+
* To debug ARM devices on Linux, see this blog post: [Debugging an embedded ARM device in Visual Studio](https://blogs.msdn.microsoft.com/vcblog/2018/01/10/debugging-an-embedded-arm-device-in-visual-studio/).
86+
87+
* To debug using the **Attach to Process** command, see this blog post: [Linux C++ Workload improvements to the Project System, Linux Console Window, rsync and Attach to Process](https://blogs.msdn.microsoft.com/vcblog/2018/03/13/linux-c-workload-improvements-to-the-project-system-linux-console-window-rsync-and-attach-to-process/).
88+
8689
## See also
8790
[C++ Debugging Properties (Linux C++)](../linux/prop-pages/debugging-linux.md).

0 commit comments

Comments
 (0)