View Issue Details

IDProjectCategoryView StatusLast Update
0000860XdebugStep Debuggingpublic2017-01-03 18:54
Reporterbogdan.albei Assigned To 
PriorityhighSeveritycrashReproducibilityalways
Status resolvedResolutionunable to reproduce 
PlatformZend Studio 8/Eclipse PDTOSWindowsOS Version7
Product Version2.2.0 
Summary0000860: unexpected termination of script, debugging ended
Description

If I debug from the command line a phpunit test, then I get "unexpected termination of script, debugging ended". Please note that there is no problem if I debug some other script than a phpunit test.
I don't have any expressions in the IDE or anything like that.

Steps To Reproduce

put the breakpoint on the first line of the test, run it and then I get the error.
Below is the source for the test:

<?php
class SimpleTest extends \PHPUnit_Framework_TestCase
{
public function testSomething()
{
$this->assertTrue(TRUE);
$this->assertFalse(FALSE);
}
}

Additional Information

Attached is the xdebug log.

TagsNo tags attached.
Operating SystemCentOS release 5.8
PHP Version5.3.10

Activities

derick

2016-12-11 23:57

administrator   ~0004017

Is this still a problem for you with the latest versions of PHP and Xdebug?

derick

2017-01-03 18:54

administrator   ~0004136

I can't reproduce this, and no additional information has been provided. I am closing this issue for now, but feel free to reopen if you can provide more.