You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Jeremy Dunn (Jira)" <ji...@apache.org> on 2020/12/10 19:43:00 UTC

[jira] [Created] (NETBEANS-5138) local variables not visible in debugger when invalid Watch exists

Jeremy Dunn created NETBEANS-5138:
-------------------------------------

             Summary: local variables not visible in debugger when invalid Watch exists
                 Key: NETBEANS-5138
                 URL: https://issues.apache.org/jira/browse/NETBEANS-5138
             Project: NetBeans
          Issue Type: Bug
          Components: php - Debugger
    Affects Versions: 12.1
         Environment: Windows 10; Apache 2.4.46; PHP 7.3.25; xdebug 3.0.1

same bug is reproducible with xdebug 2.9.6 and 2.9.8. 
same bug is reproducible in NB 11.3
            Reporter: Jeremy Dunn
         Attachments: invalidWatch-blocksValidLocalVariableInDebugger.PNG, localVariablesVisibleWithoutInvalidWatch.PNG

PHP 7.3 project.  start debugging.  create an INVALID Watch.  expose the Variables debugger panel.  set a breakpoint, in a method with local variables.  run the code to that breakpoint.  Notice that the local variables are MISSING.  See attached screenshot [1]

Delete the invalid Watch.  Run the code again to the same breakpoint.  Notice that the local variables are VISIBLE.  See attached screenshot [2

Expected behavior is that Local Variables will always be visible, despite presence of invalid Watch(es).

 



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

---------------------------------------------------------------------
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