https://bugs.kde.org/show_bug.cgi?id=385889

            Bug ID: 385889
           Summary: Kdev-Xdebug enters to a loop when an invalid variable
                    is inspected
           Product: kdevelop
           Version: git master
          Platform: Other
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: Language Support: PHP
          Assignee: kdevelop-bugs-n...@kde.org
          Reporter: wcanc...@gmail.com
  Target Milestone: ---

Hello,

I use the Xdebug Kdevelop plugin in both 4.x and 5.x (master). When I try to
evaluate an expression in Xdebug ( i.e. $a+$b ), the debugger enter in a loop
and renders the interface unresponsive. The same happens if, for instance, I
make a typo in the variable name. This problems seems to happen only in the
Xdebug component, I try the same in c/python debuggers an error is displayed
when typing an invalid expression.

Simple way to reproduce it

<?php
/**
 * Documentation, License etc.
 *
 * @package phptemplate
 */

$a = 1;
$b = 2;
echo("SUM = ".($a+$b) );

?>

Breakpoint on the echo line, then start xdebug and type "c" in the variable
inspector ==> unresponsive interface.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to