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

wait for the first suspending #846

Merged
merged 1 commit into from Nov 29, 2022
Merged

wait for the first suspending #846

merged 1 commit into from Nov 29, 2022

Conversation

ko1
Copy link
Collaborator

@ko1 ko1 commented Nov 29, 2022

The debugger shows "wait for debugger connection" message when
it waits for the remote debugger connection because it breaks
at the beggining of the program.

Without this synchronization, the debugger can attach before
the first temporary breakpoint (at the beggining of the program)
and the debug scenario breaks (and test fails).

It will fix some test failures.

The debugger shows "wait for debugger connection" message when
it waits for the remote debugger connection because it breaks
at the beggining of the program.

Without this synchronization, the debugger can attach *before*
the first temporary breakpoint (at the beggining of the program)
and the debug scenario breaks (and test fails).

It will fix some test failures.
@ko1 ko1 merged commit 016d40e into master Nov 29, 2022
@ko1 ko1 deleted the sync_remote_debugee_port branch November 29, 2022 09:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant