Skip to content

Upgrade to v4.0.6 give xDebug issue #25

@damsfx

Description

@damsfx

@LukeTowers
On a working project, if I update to Winter.Debugbar v4.0.6, I ran into a xDebug infinite loop warning when trying to put a model in cache.

How to fix the issue:

  • Revert to version 4.0.5
    or
  • Comment this line in Plugin.php
    Config::set('debugbar', Config::get('winter.debugbar::config'));

    or
  • Replace config winter.debugbar.options.mail with :
        'mail' => [
            // 'full_log' => false
            'timeline' => env('DEBUGBAR_OPTIONS_MAIL_TIMELINE', true),  // Add mails to the timeline
            'show_body' => env('DEBUGBAR_OPTIONS_MAIL_SHOW_BODY', false),
        ],

In this latest case, what I don't understand is having to set the value of options.mail.timeline to true.
If I set it to false, I get the same error.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions