Discussion:
autoexp.dat in VS9
(too old to reply)
dududuil
2008-06-01 14:30:00 UTC
Permalink
Hi,
My additions to autoexp.dat take no effect!!
I add something like:
CList<*>=<m_nCount> elements in <,t>
INObject=<,t> name=<_name.m_pchData,s>
But nothing happend - in the debugger I can not see any change.

I work on XP, VS9.0, C++.
I take the file from: C:\Program Files\Microsoft Visual Studio
9.0\Common7\Packages\Debugger

Am I doing something wrong?
I assume VS9 support this, so what's the problem?

THANKS
Dudu
Alex Blekhman
2008-06-02 11:46:28 UTC
Permalink
Post by dududuil
My additions to autoexp.dat take no effect!!
CList<*>=<m_nCount> elements in <,t>
INObject=<,t> name=<_name.m_pchData,s>
But nothing happend - in the debugger I can not see any change.
I work on XP, VS9.0, C++.
I take the file from: C:\Program Files\Microsoft Visual Studio
9.0\Common7\Packages\Debugger
Am I doing something wrong?
I assume VS9 support this, so what's the problem?
AutoExp.dat works perfectly for me. Ensure that you add custom
formats under [AutoExpand] section and not in the end of the file.

Alex

Loading...