Tomáš Procházka created NETBEANS-5234:
-----------------------------------------

             Summary: PHP debugger does not display content of long string
                 Key: NETBEANS-5234
                 URL: https://issues.apache.org/jira/browse/NETBEANS-5234
             Project: NetBeans
          Issue Type: Bug
          Components: php - Debugger
    Affects Versions: 12.2
            Reporter: Tomáš Procházka
            Assignee: Tomáš Procházka


PHP debugger does not display content of variable if it contains string longer 
than maximum data length set in PHP debugging options.

Steps to reproduce:
 # In PHP file create variable with long content like {{$longString = 
str_repeat('A', 3000);}}
# Verify that Maximum Data Length setting is set to lower value than length of 
{{$longString}}
 # Run debugger and step over previous statement.
 # Open Variables tab.

Expected result - content of {{$longString}} will be displayed - 
{{"AAAAAA...."}}.
Actual result - "Evaluating..." is displayed as content of {{$longString}}




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to