Whenever, I look at a _bstr_t in the VC++ 6.0 debugger, it only shows
part of it and indicates that there is more by placing "{1}" at the
end. Anyone know how to see all of a _bstr_t in the debugger?

Re: _bstr_t by Alex

Alex
Fri Oct 20 15:27:36 CDT 2006

<mike7411@gmail.com> wrote:
> Whenever, I look at a _bstr_t in the VC++ 6.0 debugger, it
> only shows
> part of it and indicates that there is more by placing
> "{1}" at the
> end. Anyone know how to see all of a _bstr_t in the
> debugger?


This is problem of debugger, not of _bstr_t. VC6 debugger
truncates long strings, so the only way to see real data is
to open Memory window and see it there. I remeber there was
some plug-in for VC6, which displayed strings fully in
debugger. Search in www.codeproject.com.


HTH
Alex



Re: _bstr_t by Tim

Tim
Sat Oct 21 20:36:02 CDT 2006

mike7411@gmail.com wrote:
>
>Whenever, I look at a _bstr_t in the VC++ 6.0 debugger, it only shows
>part of it and indicates that there is more by placing "{1}" at the
>end. Anyone know how to see all of a _bstr_t in the debugger?

Yes. Get rid of your 8-year-old compiler/debugger and move on to something
more modern. This works properly in Visual Studio 2005.
--
Tim Roberts, timr@probo.com
Providenza & Boekelheide, Inc.