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.
--------------------
[quoted text, click to view] >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
>Lines: 8
>Message-ID: <67AB9E82-E489-4298-9109-7BA0B6F79E56@microsoft.com>
>MIME-Version: 1.0
>Content-Type: text/plain;
> charset="Utf-8"
>Content-Transfer-Encoding: 7bit
>X-Newsreader: Microsoft CDO for Windows 2000
>Content-Class: urn:content-classes:message
>Importance: normal
>Priority: normal
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
>Newsgroups: microsoft.public.vsnet.ide
>NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.1.29
>Path:
TK2MSFTNGXA02.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGXA
03.phx.gbl
[quoted text, click to view] >Xref: TK2MSFTNGXA02.phx.gbl microsoft.public.vsnet.ide:15256
>X-Tomcat-NG: microsoft.public.vsnet.ide
>
>When I am using Visual Studio.net in the debug mode for a Visual basic.net
>appliocation, I want to be able to increase the size of values that can be
>displayed. For example when using the "watch" or other debug windows, I
know
>I want to see a field that is 8k. However, the size of the display is
>truncated somehow. I want to be able to see the entire field so that I can
>copy and paste the results to notepad. What would I need to do increase
the
>size of the debug windows?
>
>