Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are there any tools similar to intellitrace

Do we have any alternative for intellitrace for visual studio 2012 professional version. It looks like Intellitrace is only available for Visual Studio 2012 Ultimate version.

Thanks

like image 321
Prince Ashitaka Avatar asked Sep 05 '13 10:09

Prince Ashitaka


People also ask

What version of Visual Studio is IntelliTrace?

You can use IntelliTrace in Visual Studio Enterprise edition (but not the Professional or Community editions).

How do I add IntelliTrace to Visual Studio?

Enable IntelliTrace events and snapshots mode Open your project in Visual Studio Enterprise. Open Tools > Options > IntelliTrace settings, and select the option IntelliTrace events and snapshots.

How do I disable IntelliTrace in Visual Studio?

You can turn on or off recording for specific IntelliTrace events. If you're debugging, stop debugging. Go to Tools > Options > IntelliTrace > IntelliTrace Events.


1 Answers

A few alternatives that I've used:

PerfView

Just amazing.. if the UI doesn't put you off, and you don't mind waiting an extra few minutes for the traces to be viewable. It contains the most used features of intellitrace: Exception Stacks, Threads, Processes, File Access, Registery Access, Network Access.

There are a few more ETW Tracers and viewers: Microsoft Message Analyzer, Windows Performance Analyzer, ....

Stackify Prefix or Glimpse

Very good for debugging problems with IIS. Runs on the server end as an IIS Http handler. Most used feature from these are: Application execution path, Exception stacks, request/response cycle with raw data.

like image 69
Frison Alexander Avatar answered Oct 27 '22 12:10

Frison Alexander