Skip to content

Commit

Permalink
Fix link (dotnet#59200)
Browse files Browse the repository at this point in the history
  • Loading branch information
kant2002 authored Sep 16, 2021
1 parent 5588f94 commit 16a0ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/design/coreclr/profiling/davbr-blog-archive/Attach.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
*This blog post originally appeared on David Broman's blog on 11/4/2009*

***[Update 5/30/19]: The archived content below refers to an Attach mechanism that only worked on desktop, not on .Net Core. Please see [Profiler Attach on CoreCLR](../Profiler Attach on Coreclr.md) for profiler attach on CoreCLR***
***[Update 5/30/19]: The archived content below refers to an Attach mechanism that only worked on desktop, not on .Net Core. Please see [Profiler Attach on CoreCLR](../Profiler%20Attach%20on%20CoreCLR.md) for profiler attach on CoreCLR***


Profiler attach is a feature that allows you to attach a profiler to an already running process. The usefulness of this is fairly obvious to anyone who's ever attached a debugger to a running-process: It's helpful when diagnosing hard-to-reproduce problems, and particularly useful when encountering issues in production.
Expand Down

0 comments on commit 16a0ab3

Please sign in to comment.