This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 252347 - Problem to visual long string variable during debugging
Summary: Problem to visual long string variable during debugging
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Ondrej Brejla
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-12 00:21 UTC by fox1969
Modified: 2016-08-29 06:06 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
problem to expand the long string variable (128.28 KB, image/jpeg)
2015-05-12 00:21 UTC, fox1969
Details

Note You need to log in before you can comment on or make changes to this bug.
Description fox1969 2015-05-12 00:21:55 UTC
Created attachment 153607 [details]
problem to expand the long string variable

I have problem to visual long string variable during debugging.
I can visual a little part in the column of value but if i try to expand it i have a blank window, like in the picture attached below.
No problem with short strings.

Product Version: NetBeans IDE Dev (Build 201505040001)
Java: 1.8.0_31; Java HotSpot(TM) 64-Bit Server VM 25.31-b07
Runtime: Java(TM) SE Runtime Environment 1.8.0_31-b13
System: Linux version 3.16.0-4-amd64 running on amd64; ISO-8859-1; it_IT (nb)
XDBUG : 2.3.2
PHP Version 5.6.7-1
Comment 1 Tomas Mysik 2016-06-07 14:57:35 UTC
Maybe the problem could be that the string is HTML? Or am I wrong?

Thanks.