Tagged Questions
The intellitrace tag has no wiki summary.
7
votes
4answers
991 views
Open source alternative for “Intellitrace”
Microsoft has recently announced "Intellitrace", a killer feature for VS2010 IMHO.
Basically it records some of the instructions the program ran (specifically function calls), and allows you to ...
7
votes
2answers
1k views
Why can't I inspect local variables with IntelliTrace for VS 2010?
When navigating to previous calls/events during debugging with IntelliTrace, I can't see a snapshot of the value of locally-defined variables. When hovering with the mouse I get the message ...
5
votes
2answers
262 views
Automatically deleteting old IntelliTrace recordings
I recently noticed that I collected 22GB worth of IntelliTrace recordings. Sadly, I was unable to find a location in the IntelliTrace settings that would allow me to automatically delete them.
Is ...
3
votes
1answer
59 views
What are the optimal Intellitrace settings for an Azure hosted ASP.NET MVC app
I've got a very simple ASP.NET MVC-3 application that I'm trying to push to Azure for the first time. Using Intellitrace, the default settings seem to take forever to pull the trace back down to the ...
3
votes
1answer
86 views
Is it possible to extend Intellitrace events?
Specifically, what I'd like to do is raise new events from my apps and libraries, similar to those exposed by ADO.NET.
Real life scenario: a patch for NHibernate that shows executed queries even when ...
3
votes
2answers
182 views
Is it possible to trace all the events fired when debugging a Silverlight application in Visual Studio?
I'm debugging a Silverlight application that is consuming 100% CPU usage because some event is being fired repeatedly. First of all, does Intellitrace works on Silverlight?
3
votes
1answer
381 views
Why doesn't IntelliTrace show the code?
I am debugging an application in an Azure sever using IntelliTrace. Sometimes I can see the code that originated an exception but sometimes I can't. And the exceptions which respective code I can't ...
3
votes
3answers
786 views
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 ...
2
votes
2answers
78 views
IntelliTrace and ADO.NET parameter values
I'm trying to debug Entity Framework, and I can see the DB calls, but parameter values are not shown. I tried a bunch of options, but was not able to see any of the parameters. Is it possible? If not, ...
2
votes
7answers
125 views
How to log all thrown exceptions?
How to log any exceptions that were thrown and catched? Something like Visual Studio's IntelliTrace do. Or is there a way to integrate InteliTrace into debug version of application and then view its ...
2
votes
1answer
185 views
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) ...
2
votes
2answers
300 views
Intellitrace is not available for native or mixed-mode debugging
I just opened an old C project in Visual Studio 2010 and tried to understand Intellitrace. But I get this error message
Intellitrace is not available for native or mixed-mode debugging
I searched a ...
2
votes
1answer
393 views
Can I use VS2010's Intellitrace to gather data for a Windows Service?
I have a Windows service that I'd like to gather some debugging data on using Intellitrace - the problem is that you can't debug a Windows Service by starting it directly from inside VS. I have the ...
2
votes
2answers
712 views
intellitrace standalone recorder
I know that Test Case Management app silently records intellitrace data dump files (http://blogs.msdn.com/jennifer/archive/2008/12/05/visual-studio-team-system-vsts-2010-making-testing-easier.aspx)
I ...
2
votes
2answers
315 views
What technical restrictions might prevent MS from implementing IntelliTrace on VS 2010 64-bit?
I found that IntelliTrace is not supported on Visual Studio 2010 64-bit version.
MS says its because of technical restrictions
Can anyone shed some light on what those restrictions might be?
Thanx.
...
1
vote
0answers
40 views
IntelliTrace doesn't work properly once “ngen install … /profile” is used
We're developing an application that greatly benefits from Profiled Native Images of .NET framework. Due to that, during our installation, we're running the following on several .NET assemblies:
ngen ...
1
vote
1answer
82 views
“IntelliTrace is not collecting data for this debugging session” message with WCF and IIS
I am getting the message below in IntelliTrace tab when debugging a WCF service hosted by IIS on Windows 7 SP1 64bit. I tried this tip but it didn't help. It seems like a catch 22 situation. ...
1
vote
1answer
29 views
Where is the debug history in VS 2010 Ultimate?
As far as I know, VS 2010 Ultimate (which is the version I'm using) should have a Debug History but I can't find it anywhere. Is it because I'm debugging a WinForms application? Could if be that my ...
1
vote
1answer
119 views
Intellitrace capture breakpoint events without actually stopping program execution
I like how you can capture breakpoints as Intellitrace events. Breakpoints are easy to add/enable/disable, and can be added/removed at runtime (as opposed to say Console events).
However, of course ...
1
vote
1answer
153 views
MS VS 2010 IntelliTrace for non-Ultimate version? Possible?
I read that IntelliTrace can be used only in MS VS2010 Ultimate and for 32-bit OPs.
Is it possible to install/activcate it also in MS VS2010 Premium with 64-bit OP?
How?
Didn“t found sofare anything ...
1
vote
1answer
288 views
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 ...
1
vote
2answers
154 views
Microsoft Test Manager - Intellitrace with Single Development Server Setup
I am trying to setup Microsoft Test Manager on standalone PCs which do not have Visual Studio installed. I have a single developer server which hosts TFS and also IIS where my site is staged for ...
1
vote
1answer
335 views
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 ...
1
vote
1answer
219 views
Disable IntelliTrace during execution of application
I have an application that loads a lot of metadata when starting up. This is done within a few seconds, but when I turn IntelliTrace on it takes ages. I understand why, but it makes it for me ...
1
vote
3answers
2k views
Application identity not set Exception
I have just converted a project to VS2010 and I now starting to see Exceptions in my software in IntelliTrace.
One such Exception is 'Application identity is not set', this occurs whenever my ...
1
vote
1answer
448 views
“IntelliTrace debugging not available” error in Visual Studio 2010
In XP 32bit Visual Studio 2010 I get the error below when I start debugging with IntelliTrace enabled. Doesn't IntelliTrace work in Windows XP or is there some setting which causes this error?
...
1
vote
2answers
197 views
A Good demo app for Intellitrace
I want to demo intellitrace. But all of my simple apps end up not having the methods instrumented (despite me setting the most complete "tracing" I can).
Does anyone know of a good demo app for ...
0
votes
1answer
33 views
Running IntelliTrace on a box without Visual Studio on a Managed Windows Service
I keep getting the same error when attempting to run IntelliTrace on a Managed Windows Service under a 64 bit installation of Windows 7
.NET Runtime version 4.0.30319.239 - Loading profiler failed ...
0
votes
1answer
64 views
Cannot run IntelliTrace without Visual Studio with desktop application
I need to run IntelliTrace outside Visual Studio. I've got VS 2010 Ultimate, so I copied all files from C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\TraceDebugger Tools to my test ...
0
votes
2answers
17 views
Intellitrace isn't capturing the arguments and return values
The value is displayed as {unknown} but according to the documentation it should display it
Thanks for helping me out. I've been looking for this quit some time
0
votes
1answer
45 views
How to collect some data for IntelliTrace?
Is it possible to collect data for IntelliTrace only for some code area? E.g., I have some method:
public void Foo()
{
SomeMethod1();//collect
SomeMethod2();//collect
SomeMethod3();//not ...
0
votes
2answers
71 views
IntelliTrace with WCF
I've got a Visual Studio Solution that contains a client application and a WCF Service, which is configured to use IIS rather than the VS Web Server. When I debug my application with IntelliTrace on, ...
0
votes
0answers
42 views
Debugger and Intellitrace show truncated text in text viewer for long SqlCommand.CommandText
I'm trying to find out what the text is of a select statement made against SQL Server using Entity Framework. The CommandText property under both IntelliTrace and the debugger truncate the text to ...
0
votes
1answer
116 views
How can I prevent a VerificationException when running a test with attached debugger?
Whenever I run either of the following unit test with a debugger attached, I get a VerificationException inside FluentValidation code at this point (will post whole stacktrace later if necessary):
at ...
0
votes
0answers
40 views
Can't inspect objects during debugging in Visual Studio 2005
My Visual Studio 2005 is no longer allowing me to inspect local or auto variables at runtime. In the locals panel, I can see the raw value of the 'this' pointer, but I cannot inspect the object it ...
0
votes
1answer
100 views
How to Open an Intellitrace file?
when I try to open an itrace file I get "problem sending the command to the program"
0
votes
1answer
253 views
How to use IntelliTrace in Azure Development Fabric?
When I create a new Azure solution (with a web role and a worker role), add a line of code to the Default.aspx.cs file, put a breakpoint there, and launch debugging in the Development Fabric, when the ...
0
votes
2answers
144 views
How to capture intellitrace event log for a web application which is already running?
I'm using a web application which uses a many dlls. The debugging happens by attaching the aspnet_ws process to Visual Studio. I want to explore the intellitrace feature of VS 2010 and capture the ...
0
votes
1answer
88 views
Trace calls to external assembly to create correct unit test
I am linking my application to a 3rd party library. Now I have found a bug within this module and I can even reproduce it in the application. To make an example for the developers of this module I am ...
0
votes
1answer
47 views
IntellitraceFile throwing strange error
Can someone explain this error? (it showed up after enabling tracing in the collection plan.)
Test method ExecuteTaskTest threw exception:
System.ArgumentException: An item with the same key has ...
0
votes
2answers
507 views
IntelliTrace - Says it needs a Symbol Server
I am trying to get my Automated builds working with IntelliTrace.
When I load a IntelliTrace file that was based off a build, it get the following error:
The build associated with this IntelliTrace ...
-1
votes
2answers
62 views
enabling intellitrace with visul web developer 2010 express
I am using Visual studio web developer 2010 and want to know how to enable intellitrace on it.
Thanks
Supraja J