View Issue Details

IDProjectCategoryView StatusLast Update
0000378Xdebugpublic2009-12-29 21:34
ReporterRadek Matous Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionunable to reproduce 
Summary0000378: Wrong lineno as response of stack_get when status=break (type return)
Description
  • in state=break
  • breakpoint of type "return"
  • command stack_get level=0
  • get as a response wrong lineno (see additional information)

Always reproducible

Additional Information

code:
<?php
function mfunc() {
echo FILE;
echo LINE;
}
mfunc();
?>

snipped log (see lineno="136982130"):
...
<- breakpoint_set -i 1 -t return -s enabled -m mfunc
...
<- run -i 2
-> <response ... status="break" reason="ok"><xdebug:message ...lineno="6"...
<- stack_get -i 3
-> <response ... <stack where="mfunc" level="0" type="file" filename=... lineno="136982130"...

TagsNo tags attached.
Operating SystemPHP Version => 5.2.3-1ubuntu6.3
PHP Version5.2.3

Activities

derick

2009-12-29 21:34

administrator   ~0001235

This doesn't seem to be a problem any more, I think I fixed this some time ago. Please reopen if this is still an issue with Xdebug from SVN.