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

Also check if the output returns a process id message #113

Conversation

PhilippOesch
Copy link
Contributor

@PhilippOesch PhilippOesch commented Jul 23, 2024

Im not 100% shure whether this is the same issue as described in #109, but in my case I had a very similar issue which was caused by some translation behaviour. Because my device is configured to german, the Output such as "Waiting for debugger attach..." or "Please attach debugger" where translated into german as well. Therefore the waitingForDebugger flag would never be set. Fortunately, right after those outputs, there is also an Output that starts with "Process Id:" containing the id of the testhost process. Waiting for that message seems to fix my issue.

@PhilippOesch PhilippOesch changed the title Also check whether the output returns a process id message Also check if the output returns a process id message Jul 23, 2024
Copy link
Owner

@Issafalcon Issafalcon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this @PhilippOesch !

@Issafalcon Issafalcon merged commit 0350979 into Issafalcon:main Jul 24, 2024
6 checks passed
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