View Issue Details

IDProjectCategoryView StatusLast Update
0000688XdebugUncategorizedpublic2011-08-13 15:18
Reporternnmatveev Assigned To 
PrioritynormalSeveritycrashReproducibilityalways
Status closedResolutionfixed 
Summary0000688: Call to not yet defined function aborts the session
Description

subj

Steps To Reproduce

<?php
function_exists("undefined_function");//breakpoint here, evaluate expression "undefined_function()", then step over
function_exists("undefined_function");
function_exists("undefined_function");

--result:
xdebug hangs

Additional Information

http://youtrack.jetbrains.net/issue/WI-3256

TagsNo tags attached.
Operating System
PHP Version5.3.6

Activities

nnmatveev

2011-05-06 05:43

reporter   ~0001743

http://youtrack.jetbrains.net/issue/WI-4041

derick

2011-08-05 13:17

administrator   ~0001772

I think I have this fixed now, could you try xdebug 2.1.2 + this patch: http://derickrethans.nl/files/dump/xdebug-issue606.diff.txt please?

derick

2011-08-13 15:18

administrator   ~0001777

Fixed for 2.1.3 and 2.2dev.