Skip to content
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

Always write the template in order to make it easier to debug isolation mode #1942

Closed

Conversation

dawehner
Copy link
Contributor

@dawehner dawehner commented Nov 8, 2015

Debugging the isolation mode can be tricky as xdebug doesn't help you
with the initial $job piped into the php process.

As solution this PR uses the same technique as the windows util,
which is dumping the template into a temporary file and include it from there.

@sebastianbergmann
Copy link
Owner

I think #1342 is the better solution.

@dawehner
Copy link
Contributor Author

dawehner commented Nov 9, 2015

@sebastianbergmann
This is an additional / orthogonal issue. #1342 won't solve the problem how we deal with the actual executed PHP code, though I'm happy to work on #1342, actually have a local branch for that already

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.

None yet

3 participants