Search

Visual Studio2010 - Not able to debug information in local variables by Vani Y

Closed
as External Help for as External

1
0
Sign in
to vote
Type: Bug
ID: 767034
Opened: 10/11/2012 5:19:38 AM
Access Restriction: Public
0
Workaround(s)
0
User(s) can reproduce this bug

Hi,

     Im facing a problem in debugging vs2010, not able to see local variable values while debugging. Please do reply, its very urgent.
Details (expand)

Visual Studio/Team Foundation Server/.NET Framework Tooling Version

Visual Studio 2012

Steps to reproduce

Declare a variable in a function like

int a;

a= 1;

then jus debug, u cant see that 1 is assigned to the variable 'a'

Product Language

English

Operating System

Windows XP

Operating System Language

English

Actual results

In mouse hover its not at all detecting local variable, if i right click n see Add watch, then its showing

current1    CXX0017: Error: symbol "current1" not found    

Expected results

While debugging we need to knw wats that value of variable 'a' as 1
File Attachments
0 attachments
Sign in to post a comment.
Posted by Microsoft on 10/11/2012 at 9:01 PM
Thanks for your feedback.
The product team itself no longer directly accepting feedback for Microsoft Visual Studio 2010 and earlier products. You can get support for issues with Visual Studio 2010 and earlier by visiting one of the resources in the link below:
http://msdn.microsoft.com/en-us/vstudio/cc136615.aspx
Posted by Microsoft on 10/11/2012 at 5:50 AM
Thank you for your feedback, we are currently reviewing the issue you have submitted. If this issue is urgent, please contact support directly(http://support.microsoft.com)
Sign in to post a workaround.