View Issue Details

IDProjectCategoryView StatusLast Update
0002386XdebugStep Debuggingpublic2025-11-17 17:46
Reporterderick Assigned Toderick  
PrioritynormalSeverityminorReproducibilityhave not tried
Status assignedResolutionopen 
Product Version3.5.0alpha3 
Target Version3.5dev 
Summary0002386: Crashes when running context_get in an exception thrown from an internal function
Description

When running the following code:

<?php
date('Y-m-d', new DateTimeImmutable('now'));

And the following commands:

    "breakpoint_set -t exception -x *",
    'run',
    "context_get",
    'detach',

Xdebug crashes because it doesn't check before attach_context_vars to see if it's an internal function.

TagsNo tags attached.
Operating System
PHP Version8.4.10-8.4.19

Activities

Issue History

Date Modified Username Field Change
2025-11-17 17:36 derick New Issue
2025-11-17 17:46 derick Assigned To => derick
2025-11-17 17:46 derick Status new => assigned
2025-11-17 17:46 derick Note Added: 0007413