Skip to content

Commit df0954b

Browse files
committed
added link to ARM debugging post
1 parent 6963598 commit df0954b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ 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](https://blogs.msdn.microsoft.com/vcblog/2018/01/10/debugging-an-embedded-arm-device-in-visual-studio/).
28+
2629
## Debug your Linux project
2730

2831
1. Select debugging mode in the **Debugging** property page.

0 commit comments

Comments
 (0)