Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How possibly did IntelliTrace become available on my Visual Studio Professional installation?

As described in some other Q/As like this and this, IntelliTrace is a Visual Studio Ultimate feature only. But for some reason I have Visual Studio Professional 2013 (Version 12.0.30723.00 Update 3) and I have IntelliTrace on it. I don't know how it got there but it shows up in Quick Launch (Ctrl+Q) and is enabled from View -> Toolbars -> IntelliTrace. I told my colleague to use it and he didn't have it on his VS Pro! Do you have any clues why IntelliTrace is available on my VS 2013 Pro installation? I see comments from other people, such as @doglin here that he has the same.

I remember I had VS Ultimate trial installed before I installed VS Pro but can it be from there?

like image 203
orad Avatar asked Aug 27 '14 21:08

orad


People also ask

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.

What is IntelliTrace Visual Studio?

IntelliTrace always records events that happen in the Visual Studio debugger. For example, starting your application is a debugger event. Other debugger events are stopping events, which cause your application to break execution.

How do I add additional components in Visual Studio?

In the Visual Studio Installer, choose the Workloads tab, and then select or deselect the workloads that you want. To add more components than a workload installs, choose the Individual components tab, and then select or deselect the individual components that you want.


2 Answers

I have the same, it looks like a bug in Visual Studio. Installing Ultimate Trial add IntelliTrace feature to Professional edition.

like image 76
Tomas Kubes Avatar answered Oct 12 '22 23:10

Tomas Kubes


see UPDATE below before you try this

I can confirm that I added IntelliTrace to VS2012 Pro by doing the following:

  1. VS2012 installed with latest SP plus addins.
  2. Install VS2012 Ultimate 30 day trial (about 30 minutes) {not sure if I was forced to reboot here - If I was asked I rebooted}
  3. Started VS2012 Ultimate (about 10 minutes)
  4. Opened one of my projects and confirmed that IntelliTrace was working.
  5. Uninstalled VS2012 Ultimate.
  6. Rebooted as suggested by the uninstaller.
  7. Started VS2012. It reverted back to Pro, with Intellitrace still present, add ins working. Only the changes I made to the IDE were lost (window positions, toolbars etc)

I now have IntelliTrace in VS2012 :)

--- UPDATE --- I tried this and initially it appeared to work. But...

I could not longer create test projects and I had some test projects that failed to load. I tried many things and Googled the hell out of it. In the end, to restore VS 2012 to a working state, I uninstalled VS and reinstalled it.

I did not get IntelliTrace for free :(

like image 31
malcie Avatar answered Oct 12 '22 22:10

malcie