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

How big is the string ? It would be interesting to know where the limitation is, whether it is xdebug, the PDT code or the eclipse dialog box used to display it.

It would also be good if you could try PDT 2.0. I changed the string implementation in PDT to display the current length stored in PDT the actual length of the string and the ability to get a byte view of the string.

Dave Kelsey

hertzel wrote:
I tried Change Content once, and it was truncated as well (Im trying to retrieve a long xml document)

Dave Kelsey wrote:
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?