Skip to content

Commit ec4b2b6

Browse files
authored
Merge pull request #274 from deborahc/patch-1
Call information tip update
2 parents 0c27242 + f19be71 commit ec4b2b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/debugger/intellitrace-features.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ You can use IntelliTrace to record events and method calls your application, whi
6262
This isn't enabled by default, but IntelliTrace can record method calls along with events. To enable collection of method calls go to **Tools > Options > IntelliTrace > General**, and select **IntelliTrace events and call information**.
6363

6464
> [!NOTE]
65-
> Call information is not currently available for ASP.NET Core apps.
65+
> Call information is not currently available for .NET Core apps.
6666
6767
This lets you see the call stack history and step backward and forward through calls in your code. IntelliTrace records data such as method names, method entry and exit points, and certain parameter values and return values.
6868

@@ -128,4 +128,4 @@ You can use IntelliTrace to record events and method calls your application, whi
128128
## Videos
129129
[IntelliTrace Experience](https://channel9.msdn.com/Series/Visual-Studio-2015-Enterprise-Videos/IntelliTrace-Experience)
130130

131-
[Historical Debugging with IntelliTrace in Microsoft Visual Studio Ultimate 2015](https://channel9.msdn.com/events/Ignite/2015/BRK3716)
131+
[Historical Debugging with IntelliTrace in Microsoft Visual Studio Ultimate 2015](https://channel9.msdn.com/events/Ignite/2015/BRK3716)

0 commit comments

Comments
 (0)