fix: invalid breakpoints line number error#3037
Merged
Conversation
Contributor
|
ChatGPT Code Review: 代码存在以下错误和修改建议:
代码的功能描述如下:
|
Member
Author
|
@geekeren 修复了,可以试试这个版本 |
Member
Author
|
/next |
Contributor
|
🎉 PR Next version 2.26.8-next-1693903293.0 publish successful! You can install this version via |
Codecov ReportPatch coverage is
📢 Thoughts on this report? Let us know!. |
bytemain
approved these changes
Sep 7, 2023
Member
|
/backport to v2.26 |
Contributor
|
Backporting to |
1 task
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Types
Background or solution
🤖 Generated by Copilot at 44a6c09
BreakpointsServiceclass indebug-breakpoints.service.tsto theDebugModelclass indebug-model.ts(link)close #3022.
Changelog
🤖 Generated by Copilot at 44a6c09
This pull request improves the breakpoint functionality and rendering in the debug editor. It fixes some bugs with invalid breakpoints and breakpoint descriptions, and refactors the code to move some logic from the
breakpoints.service.tsfile to thedebug-model.tsfile.