You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by ju...@apache.org on 2023/02/18 23:43:36 UTC

[netbeans] branch master updated: PHP Debugger - show NULL values by default

This is an automated email from the ASF dual-hosted git repository.

junichi11 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git


The following commit(s) were added to refs/heads/master by this push:
     new 16f048e68e PHP Debugger - show NULL values by default
     new eabde1b15d Merge pull request #5531 from KacerCZ/php-debugger-show-null
16f048e68e is described below

commit 16f048e68e1d138a9f305ce6bd6a4f0b2b2be890
Author: Tomas Prochazka <ka...@razdva.cz>
AuthorDate: Sat Feb 18 12:32:19 2023 +0100

    PHP Debugger - show NULL values by default
---
 .../src/org/netbeans/modules/php/dbgp/models/VariablesModelFilter.java   | 1 +
 1 file changed, 1 insertion(+)

diff --git a/php/php.dbgp/src/org/netbeans/modules/php/dbgp/models/VariablesModelFilter.java b/php/php.dbgp/src/org/netbeans/modules/php/dbgp/models/VariablesModelFilter.java
index 116afae359..b0c2f06132 100644
--- a/php/php.dbgp/src/org/netbeans/modules/php/dbgp/models/VariablesModelFilter.java
+++ b/php/php.dbgp/src/org/netbeans/modules/php/dbgp/models/VariablesModelFilter.java
@@ -154,6 +154,7 @@ public class VariablesModelFilter extends ViewModelSupport
                 FilterType.SCALARS,
                 FilterType.SUPERGLOBALS,
                 FilterType.RESOURCE,
+                FilterType.NULL,
         };
         myShowFilters.set( filters );
     }


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

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