Skip to content

Commit 522e87a

Browse files
committed
Updated art filename and alt text
1 parent 3d10ab7 commit 522e87a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/profiling/profiling-feature-tour.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,13 +326,13 @@ The profiling tools support profiling scenarios for WSL, Docker, and Linux. The
326326

327327
- For WSL, make sure you've installed the prerequisites described in [Debug .NET Apps in WSL with Visual Studio](../debugger/debug-dotnet-core-in-wsl-2.md). Open the Performance Profiler (**Alt + F2**) and select WSL as the target.
328328

329-
![Screenshot of selecting WSL](../profiling/media/vs-2022/prof-tour-selecting-wsl.png)
329+
![Screenshot of selecting WSL.](../profiling/media/vs-2022/prof-tour-selecting-windows-subsystem-linux.png)
330330

331331
- For Docker and Linux, make sure you're enabled for debugging and can run the app from Visual Studio before starting the profiler. For more information, see the article that best matches your scenario: [Debug apps in a local Docker container](../containers/edit-and-refresh.md), [Debug .NET Core on Linux using SSH by attaching to a process](../debugger/remote-debugging-dotnet-core-linux-with-ssh.md#prerequisites), or [Attach to a process running on a Docker container](../debugger/attach-to-process-running-in-docker-container.md).
332332

333333
Next, you can attach to a running process in the Performance Profiler (**Alt + F2**) to collect profiling data.
334334

335-
![Screenshot of selecting a running process](../profiling/media/vs-2022/prof-tour-attach-to-running-process.png)
335+
![Screenshot of selecting a running process.](../profiling/media/vs-2022/prof-tour-attach-to-running-process.png)
336336
::: moniker-end
337337

338338
::: zone pivot="programming-language-cpp"

0 commit comments

Comments
 (0)