[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.pdt] Re: Xdebug, view full variable content

You currently cannot control the max data of xdebug through PDT (1.0.3 or upcoming 2.0 version) which is the maximum amount of information an individual element will receive from xdebug in general.

However you can retrieve the whole value of a string. Select the variable you want to look in the variables view and being up the context menu for it . Select "Change Value". This will bring up a dialog box that will show you the full contents of the string. Press Cancel to ensure you don't change the contents.

Dave Kelsey

hertzel wrote:
HI when running the debugger, all of the variable contents are truncated how can I set this to no limit?, to actually see the whole thing?