Skip to content

Disable Xdebug when executing programs #225

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 13, 2021

Conversation

AydinHassan
Copy link
Member

Xdebug overloads var_dump and adds extra info like the file & the line. This makes comparing student submission and the solution impossible since the output contains different file paths. Hence disabling it!

This will only work for Xdebug3, but that's all that supports PHP8 and I only need this for the PHP8 workshop.

@AydinHassan AydinHassan merged commit d22a7db into master Jun 13, 2021
@AydinHassan AydinHassan deleted the disable-xdebug-when-executing-programs branch June 13, 2021 14:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants