Remove 'stopping event' from Load Complete Event #2314
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The documentation for IDebugLoadCompleteEvent2 indicated that load complete must be a stopping event. While it is allowed for load complete to be a stopping event, there isn't really a reason to do so aside from that fact that this is one way that a debug engine author might want to make sure that they don't continue execution until after the initial set of breakpoints/exception settings are received from the UI. But there are other approaches to this as well, and none of the recent Microsoft-implemented debug engines have done things that way. So this removes the remark.
(You can replace all of this text with your description.)
Before creating your pull request, please check your content against these quality criteria:
For more information about creating content for docs.microsoft.com, see the contributor guide at https://docs.microsoft.com/contribute/.