Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Fix #1093: breakpoint are not hit when debugger is attached to remote target #1137

Merged
merged 1 commit into from
Feb 1, 2019

Conversation

int19h
Copy link
Contributor

@int19h int19h commented Jan 31, 2019

Do not allow 'setBreakpoints' request until either 'launch' or 'attach' request is received.

Wait for 'launch' or 'attach' request to process path mappings before handling 'setBreakpoints'.

…to remote target

Do not allow 'setBreakpoints' request until either 'launch' or 'attach' request is received.

Wait for 'launch' or 'attach' request to process path mappings before handling 'setBreakpoints'.
@int19h int19h merged commit 07dc5e4 into microsoft:master Feb 1, 2019
@int19h int19h deleted the 1093 branch February 1, 2019 03:02
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants