Search
Closed
as Won't Fix Help for as Won't Fix

1
Sign in to vote
0
Sign in to vote
Sign in
to vote
Type: Bug
ID: 267545
Opened: 4/3/2007 3:31:25 PM
Access Restriction: Public
0
Workaround(s)
1
User(s) can reproduce this bug
Literal text strings in the visualizer inside the autoexp.dat file do not allow the use of a colon. This generates an error in the autoexp.dat file. Changing the colon to another character works as expected.

Example class:

class test
{
public:
    int hour;
    int minute;
    int second;
};

autoexp.dat entry:

test{
    preview
    (
        #( $c.hour, ":", $c.minute, ":", $c.second )
    )
}
Details (expand)
Product Language
English

Version

Visual Studio 2005 (All Products and Editions) Service Pack 1
Operating System
Windows XP Professional
Operating System Language
English
Steps to Reproduce
See above
Actual Results
Correct display in the watch window and tooltip.
Expected Results
Error message parsing autoexp.dat
TAP Code (if applicable)
 
      You can indicate your satisfaction with how Microsoft handled this issue by completing this quick 3 question survey. [Details]

 

File Attachments
0 attachments
Sign in to post a comment.
Posted by Microsoft on 4/3/2007 at 8:50 PM
Thank you for your feedback. We are currently investigating. If this issue is urgent, please call support directly (see http://support.microsoft.com). Thank you, Visual Studio Product Team.
Posted by Microsoft on 4/5/2007 at 12:19 AM
Thanks for your feedback. We have reproduced this bug on Visual Studio 2005 SP1, and we are sending this bug to the appropriate group within the VisualStudio Product Team for triage and resolution.

Thank you,
Visual Studio Product Team.
Posted by Microsoft on 4/11/2007 at 4:22 PM
Hi,

Thanks for your feedback about the autoexp.dat file not supporting ":". Unfortunately, this bug does not meet the current bug bar for the next version of Visual Studio.

Thanks for taking the time to report the problem to Microsoft.

- Ameya Limaye
VC++ IDE Team