I don't think it is VS fault really. Output window simply captures what is output via Win32 OutputDebugString API (which is not limited by length). However, if application that costructs strings before calling the mentioned API has a fixed buffer for the string construction, the string will be truncated. Is string getting chopped off or simply wrapped?
Thanks
------------------------------------------------------------
This posting is provided "AS IS" with no warranties, and confers no rights.