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