Skip to content

FrankenPHP and disabled observer #63

@carlos-granados

Description

@carlos-granados

If frankenphp loads our debugger and no IDE is connected, in our RINIT we will set observer_active to false

If observer_active is set to false, then for any called function we will set the observer handlers to null, which means that if we later on activate the debugger the php-debugger handlers for these functions will not be called which means that things like breakpoints in them or stack values might not work. Is there any way to reset this handler list if we connect to a debugger in a frankenphp "request"?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions