Are you talking about a string?
I had some problems with multiline strings too because if I click in the
value column I can only see one line.
But if found the following workaround that works well for me: I select the
whole row and then copy and paste it in notepad and I can see all of my
code file (I just tried with a 30K text file): you will only have to ignore
the name of the variable and the Type that are copied as well.
You can also try to output the value in the Immediate window.
FYI: In the new version of VisualStudio, Whidbey, there is a very useful
Text Visualizer that you can invoke from the debugger windows and that will
solve this issue
Hope this helps,
Luca Dellamore
Visual Basic Test Team
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
>Thread-Topic: Increase size of display (output) fields using "watch debug
windo
>thread-index: AcUYoNCDkZsQSBLFQd2rrT8p6eeVWw==
>X-WBNR-Posting-Host: 68.13.53.21
>From: =?Utf-8?B?V2VuZHkgRWxpemFiZXRo?=
<WendyElizabeth@discussions.microsoft.com>
>Subject: Increase size of display (output) fields using "watch debug windo
>Date: Mon, 21 Feb 2005 21:39:02 -0800
[quoted text clipped - 12 lines]
>NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.1.29
>Path:
TK2MSFTNGXA02.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGXA
03.phx.gbl
>Xref: TK2MSFTNGXA02.phx.gbl microsoft.public.vsnet.ide:15256
>X-Tomcat-NG: microsoft.public.vsnet.ide
[quoted text clipped - 6 lines]
>copy and paste the results to notepad. What would I need to do increase the
>size of the debug windows?