[
https://issues.apache.org/jira/browse/NETBEANS-5234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tomáš Procházka resolved NETBEANS-5234.
---------------------------------------
Fix Version/s: 12.3
Resolution: Fixed
PR was merged.
> 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
> Priority: Major
> Labels: pull-request-available
> Fix For: 12.3
>
> Time Spent: 2h
> Remaining Estimate: 0h
>
> 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: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists