Skip to content

Conversation

@DrSergei
Copy link
Contributor

@DrSergei DrSergei commented Dec 1, 2025

This patch fixes wrong bytes calculation for dataBreakpointInfo request. Also, added a check that end address is greater than start address.

@DrSergei
Copy link
Contributor Author

DrSergei commented Dec 1, 2025

СС @connor4312


const start = BigInt(startStr);
const end = BigInt(endStr);
if (start > end) {
Copy link
Member

Choose a reason for hiding this comment

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

This is allowed for the + operator

@DrSergei DrSergei requested a review from connor4312 December 1, 2025 20:36
Copy link
Member

@connor4312 connor4312 left a comment

Choose a reason for hiding this comment

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

thanks!

@vs-code-engineering vs-code-engineering bot added this to the November 2025 milestone Dec 1, 2025
@connor4312 connor4312 enabled auto-merge (squash) December 1, 2025 23:17
@connor4312 connor4312 merged commit e320de7 into microsoft:main Dec 1, 2025
17 checks passed
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.

4 participants