Questions tagged [intellitrace]

IntelliTrace is a feature of Visual Studio Ultimate that enables application debugging using a historical execution log.

127 questions
6
votes
3 answers

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 there an solution to this in Visual Studio or do I…
Oliver Salzburg
  • 21,652
  • 20
  • 93
  • 138
6
votes
1 answer

visual studio intellitrace with w3wp not working

How can I run intellitrace when attaching to the process w3wp in IIS rather than running the site through casini. When I try to attach a MVC application to w3wp I can debug the site without problem. I would like to see the intellitrace when using…
Matthew Chambers
  • 869
  • 3
  • 20
  • 34
6
votes
2 answers

How to avoid truncated EF query in the IntelliTrace events?

I'm trying to debug an entity framework query. But when the query gets too big, the query showed in the intelliTrace appears truncated (only part of the query is displayed, even if I copy and paste it in a notepad). Is there any workaround to get…
joaocarlospf
  • 1,129
  • 2
  • 13
  • 23
5
votes
2 answers

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?
Paulo
  • 172
  • 1
  • 5
5
votes
3 answers

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 was curious if there is a standalone version that…
Lenik
  • 1,518
  • 1
  • 16
  • 24
5
votes
3 answers

Debugging a deployed cloud service app

How can a deployed cloud service application be debugged? I am trying to render a RDLC report in my application using Topics & Subscriptions. Whenever I run the cloud app locally, I don't receive any errors. But as soon as I deploy it over the…
5
votes
3 answers

Restore IntelliTrace Window in Visual Studio 2012 Ultimate

I closed by mistake IntellyTrace Window. Before i did it I saw IntellyTrace Window and stack trace inside by default while I debug. But recently I close this windows someway and stil can't restore it. I read this:…
Bogdan Dudnik
  • 413
  • 2
  • 7
  • 19
4
votes
3 answers

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 bit on SO and found similar but not yet resolved…
Open the way
  • 26,225
  • 51
  • 142
  • 196
3
votes
1 answer

"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. IntelliTrace doesn't work if process (w3wp.exe) is already…
Tony_Henrich
  • 42,411
  • 75
  • 239
  • 374
3
votes
1 answer

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 IDE. I'm wondering if anyone knows the optimal…
Brian Kretzler
  • 9,748
  • 1
  • 31
  • 28
3
votes
0 answers

How to create your own Intellitrace events in Visual Studio 2017?

It appears this question was last-asked here, for Visual Studio 2010, providing a link to an undocumented and unsupported solution. I assume this situation has been improved. In Visual Studio 2017, how do you create your own custom Intellitrace…
Sam Rueby
  • 5,914
  • 6
  • 36
  • 52
3
votes
1 answer

Filter out thread exited events from Visual Studio Diagnostic Tools

The Diagnostic Tools window by default includes IntelliTrace events like these: Program Output: The thread 0x16b4 has exited with code 0 (0x0). For applications with many threads, this can be a lot of clutter. It's easy enough to filter these from…
Edward Brey
  • 40,302
  • 20
  • 199
  • 253
3
votes
2 answers

Dragging the instruction pointer backward while debugging in Visual Studio

For a demonstrating, take a look at the following section of this video. Basically, I know this is possible in Visual Studio Community Edition 2015. I was wondering: a) Is this related to Intellitrace and "Historic debugging"? b) Will there be any…
anemaria20
  • 1,646
  • 2
  • 17
  • 36
3
votes
1 answer

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 see are always the same. Is there any reason why I…
Fabio Milheiro
  • 8,100
  • 17
  • 57
  • 96
3
votes
1 answer

Intellitrace debugging is not available because another app is profiling

I have an ASP.NET MVC site which I'm debugging on the Local IIS in Visual Studio 2013. With some frequency I get a dialog popup on build as below: Intellitrace is not available because another application is profiling on the Web server If I…
rism
  • 11,932
  • 16
  • 76
  • 116
1
2
3
8 9