You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2021/01/17 09:31:35 UTC

[GitHub] [netbeans] KacerCZ commented on a change in pull request #2665: [NETBEANS-2843] PHP debugger - support for resolved breakpoints

KacerCZ commented on a change in pull request #2665:
URL: https://github.com/apache/netbeans/pull/2665#discussion_r559111981



##########
File path: php/php.project/src/org/netbeans/modules/php/project/ui/options/PhpOptions.java
##########
@@ -52,6 +53,7 @@
     public static final boolean DEFAULT_DEBUGGER_SHOW_CONSOLE = false;
     public static final boolean DEFAULT_DEBUGGER_STOP_AT_FIRST_LINE = true;
     public static final boolean DEFAULT_DEBUGGER_WATCHES_AND_EVAL = false;
+    public static final boolean DEFAULT_DEBUGGER_RESOLVE_BREAKPOINTS = true;

Review comment:
       Ubuntu 20.04 is latest LTS and it contains Xdebug 2.9.2.
   https://packages.ubuntu.com/focal/php-xdebug
   




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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

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