IntelliTrace is a feature of Visual Studio Ultimate that enables application debugging using a historical execution log.
Questions tagged [intellitrace]
127 questions
3
votes
3 answers
Will IntelliTrace(tm) (historical debugging) be available for unmanaged c++ in future versions of Visual Studio?
I love the idea of historical debugging in VS 2010.
However, I am really disappointed that unmanaged C++ is left out.
IntelliTrace supports debugging Visual
Basic and C# applications that use
.NET version 2.0, 3.0, 3.5, or 4. You
can debug…

Tim
- 20,184
- 24
- 117
- 214
3
votes
1 answer
Where to download Fabrikam Fiber Call center code base?
I am trying to download for Asp.Net application for Fabrikam Fiber Call center. It was used by Larry guger in his presentation on http://channel9.msdn.com/Events/TechEd/NorthAmerica/2012/DEV365 about "Advanced IntelliTrace in Production with Visual…

PraveenLearnsEveryday
- 595
- 1
- 5
- 13
3
votes
1 answer
Logging Intellitrace?
Is it possible to generate intellitrace files into a file at the event of an exception being thrown? I have never used intellitrace but wouldn't it be great to debug an error by tracing through an intellitrace file instead of painstakingly going…

burnt1ce
- 14,387
- 33
- 102
- 162
2
votes
0 answers
Getting error 'IntelliTrace code failed (0x80131509)' when trying to debug Visual Studio 2019 solution
I am getting this issue when I try to debug an application that I tried to convert to SDK style. More information below. I am posting this in the hopes that someone can post a solution here. When I click ok to this error, the solution just…

SpaceGhost440
- 460
- 4
- 17
2
votes
2 answers
Microsoft Test Manager - An error occurred with the diagnostic data adapter IntelliTrace
I get the following error message when I attempt to run a test in Microsoft Test Manager.
This adapter will not be used for this
test run. The following error
occurred: The element 'StartupInfo' in
namespace
…

JP.
- 5,536
- 7
- 58
- 100
2
votes
1 answer
Standalone IntelliTrace collected recording shows only external code
I am testing the standalone IntelliTrace recorder tool but struggle to use it for post-mortem debugging of a client WPF application.
I managed to record the data using the IntelliTrace recorder. However, when I view the created .itrace file in…

Georg
- 5,626
- 1
- 23
- 44
2
votes
1 answer
Visual Studio 2010 IntelliTrace
As you know IntelliTrace technology just available on Visual Studio 2010 Ultimate version, and I accidentally installed Premium version, so I cant use IntelliTrace. Is there any extension which does same/similar job with IntelliTrace? Or should I…

Serkan Hekimoglu
- 4,234
- 5
- 40
- 64
2
votes
1 answer
Silent exception caught by IntelliTrace
Good afternoon,
I am running into a curious problem with WCF and IntelliTrace. I have an application that I'm testing using a locally-hosted WCF endpoint (the development server built into VS2010) using the basicHttpBinding. The application has…

Jacob
- 1,285
- 2
- 11
- 27
2
votes
3 answers
IntelliTrace stand-alone collector
I would like to set up min winforms app to use the IntelliTrace stand-alone collector.
Iv downloaded the application but I cant seem to find how I set it up to winforms.
It should be in this link I guess, but I dont quite understand:…

Cyrix
- 256
- 1
- 2
- 17
2
votes
2 answers
IntelliTrace not logging
I have been using IntelliTrace.exe for wpf application to collect the iTrace log. IntelliTrace.exe resides in the below system path
"C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\TraceDebugger Tools"
When I use IntelliTrace with launch…

Manojkumar
- 41
- 3
2
votes
3 answers
VS2013 + TFS: Forcibly disable IntelliTrace?
We are using Visual Studio 2013 on our dev machines and TFS build agent. IntelliSense is not supposed to be available in the version we're using (Premium) but on the build agent it is somehow running anyway with MSTest (verified by IntelliTrace.exe…

T2PS
- 372
- 1
- 2
- 12
2
votes
3 answers
Is Intellitrace useful for investigation undesired memory/cpu usage issues in production envrionment
I am hearing a lot about these new capabilities of investigating cpu and memory issues using new Diagnostics Tools in Visual Studio 2015 and Intellitrace. Let's say I need to troubleshoot a high memory or cpu problem in a production environment. I…

whoami
- 1,689
- 3
- 22
- 45
2
votes
2 answers
How can I correct "IntelliTrace code failed. The system cannot find the file specified."?
Since some time after installing VS2015 (but not immediately after), whenever I debug in a particular large solution the message below is displayed. After clicking OK, debugging seems to progress normally.
---------------------------
Microsoft…

Steve Crane
- 4,340
- 5
- 40
- 63
2
votes
2 answers
Cannot use IntelliTrace to collect the call information because of System.AccessViolationException
Recently, I've installed VS 2015 RC. It uses IntelliTrace in the version 14. Since then I've had a problem with earlier versions of IntelliTrace.
The problem occurs when I try to collect the call information (if I want to collect only diagnostic…

Michał Komorowski
- 6,198
- 1
- 20
- 24
2
votes
2 answers
Intellitrace and Windows Services
I'm trying to run IntelliTrace on a Windows Service, but encountering some issues.
I've (generally) tried the steps that are detailed here: http://blogs.msdn.com/b/msaffer/archive/2011/02/23/using-intellitrace-with-services.aspx.
I've tried VS 2013…

Andy Neillans
- 258
- 1
- 2
- 16