jump to navigation

Debugging 64 bit application using IntelliTrace – Visual Studio 2010 Service Pack 1 Beta December 13, 2010

Posted by Abhijit Jana in Debugging, Visual Studio 2010.
Tags: , , ,
trackback

IntelliTrace is an new features of Visual Studio 2010 Ultimate Edition. By default IntelliTrace is enabled . During  debugging in Visual Studio, IntelliTrace works  in the background and  collect debugging information automatically and stored them in IntelliTrace Log File (. iTrace File ) . You can use the log file at any point of time to see what happened exactly at background during your live debugging. One of most draw back of IntelliTrace was to support only 32bit Application. So, If you have are running your application in a 64bit Application, you have to debug your application in 32 bit mode to deal with IntelliTrace.  If you are trying to debug an 64 bit application using IntelliTrace you will get below  message in IntelliTrace Window.

image

To overcome this issue, you need to change the application platform target to x86 or Any CPU from Build > Configuration Manager.

image

But, Visual Studio 2010 – Service Pack 1 Beta came up with resolution of the above issue. Now you can debug your 64 bit Application using IntelliTrace as well.

To test the same, You can change the platform setting either from Build > Configuration or From Project Properties Window.

image image

Save the setting and Run the application. Your application is now running on 64 bit mode. Click on “Break All” from IntelliTrace Window.

image

Now, Instead of any error message, You will get details of your IntelliTrace events of IntelliTrace Call Details.

image

If your application is already running on 64bit mode, then just press F5 to start IntelliTrace. So, Installed Visual Studio 2010 Service Pack 1 Beta and enjoy 64 bit Application Debugging  with IntelliTrace .

Thanks !

AJ

Shout it

Comments»

1. Tweets that mention Debugging 64 bit application using IntelliTrace – Visual Studio 2010 Service Pack 1 Beta: -- Topsy.com - December 13, 2010

[...] This post was mentioned on Twitter by Abhijit Jana, Abhijit Jana. Abhijit Jana said: Debugging 64 bit application using IntelliTrace – Visual Studio 2010 Service Pack 1 Beta: http://wp.me/ppvPE-wC [...]

2. DotNetShoutout - December 14, 2010

Debugging 64 bit application using IntelliTrace – Visual Studio 2010 Service Pack 1 Beta « Abhijit’s World of .NET…

Thank you for submitting this cool story – Trackback from DotNetShoutout…

3. Brij - December 14, 2010

IntelliTrace is really great feature of VS 2010 and its really usefull. Thanks for sharing information about it.

4. Debugging 64 bit application using IntelliTrace – Visual Studio 2010 Service Pack 1 Beta - December 14, 2010

[...] works  in the background and  collect debugging information automatically and… [full post] Abhijit Jana Abhijit's World of .NET debuggingvisual studio 2010intellitrace 0 [...]

5. sashidhar - December 14, 2010

nice post…………

Abhijit Jana - December 14, 2010

Thanks :)

6. Dew Drop – December 14, 2010 | Alvin Ashcraft's Morning Dew - December 14, 2010

[...] Debugging 64 bit application using IntelliTrace – Visual Studio 2010 Service Pack 1 Beta (Abhijit Jana) [...]

7. New Features of IntelliTrace Debugging in Visual Studio 2010 – Service Pack 1 Beta « Abhijit's World of .NET - December 15, 2010

[...] having some great enhancement for IntelliTrace debugging. One of the most important features is debugging 64bit application with IntelliTrace  and also debug SharePoint projects using IntelliTrace. Apart from the above enhancement, [...]


Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.

Join 1,667 other followers

%d bloggers like this: