Skip to content

How to debug with xvfb-run? #1051

Answered by seven332
seven332 asked this question in Q&A
Discussion options

You must be logged in to vote

It works after adding this patch here.

    args = ['bash', '/usr/bin/xvfb-run', '-a', executable].concat(args);
    executable = '/usr/bin/env';

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by seven332
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants