Skip to content

FrankenPHP and disabled observer #63

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"?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions