Skip to content

dap: fix skipped breakpoint when the breakpoint and the entrypoint were the same#3691

Open
jsternberg wants to merge 1 commit intodocker:masterfrom
jsternberg:dap-entrypoint-breakpoint
Open

dap: fix skipped breakpoint when the breakpoint and the entrypoint were the same#3691
jsternberg wants to merge 1 commit intodocker:masterfrom
jsternberg:dap-entrypoint-breakpoint

Conversation

@jsternberg
Copy link
Collaborator

We erroneously skipped a breakpoint when that breakpoint was the same as
the entrypoint and we did not use stop on entry. This is because we only
started evaluating breakpoints after the first step on the entrypoint
instead of at the entrypoint.

…re the same

We erroneously skipped a breakpoint when that breakpoint was the same as
the entrypoint and we did not use stop on entry. This is because we only
started evaluating breakpoints after the first step on the entrypoint
instead of at the entrypoint.

Signed-off-by: Jonathan A. Sternberg <jonathan.sternberg@docker.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant