View Issue Details

IDProjectCategoryView StatusLast Update
0001708XdebugStep Debuggingpublic2019-12-08 07:34
ReporterSvetlanaZem Assigned To 
PrioritynormalSeveritycrashReproducibilityalways
Status closedResolutionfixed 
Product Version2.8.0beta2 
Target Version2.8.0devFixed in Version2.8.0 
Summary0001708: Xdebug crashes on evaluating object with properties
Description

1) Create a file

<?php

class Bar {
    public $baz = 0;
}

$a = new Bar();
echo "!";   // put breakpoint here

2) Start debug session and stop on the breakpoint.
3) Try to evaluate $a
-> Xdebug crashes.

Additional Information

The issue isn't reproducible on Xdebug 2.8.0alpha1 but it still exists on the latest Xdebug sources, i.e. master branch with the latest commit = https://github.com/xdebug/xdebug/commit/c2724895b1ce7e8a6a05af15136068602f81c8b9

Tagscrash, PHPStorm
Operating System
PHP Version7.3.5-7.3.9

Relationships

has duplicate 0001707 resolvedderick Symfony server crashes on click during debug session 

Activities

cgsmith

2019-10-01 21:53

reporter   ~0005158

Link to JetBrains issue tracker: https://youtrack.jetbrains.com/issue/WI-48177

derick

2019-10-07 14:29

administrator   ~0005165

Fixed in GitHub for 2.8.0RC1

manzwebdesigns

2019-10-11 03:17

reporter   ~0005170

Sorry it took me so long, but it looks like it is fixed for me! Thanks so much! :D