-
Notifications
You must be signed in to change notification settings - Fork 384
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: invalid breakpoints line number error #3037
Conversation
ChatGPT Code Review: 代码存在以下错误和修改建议:
代码的功能描述如下:
|
@geekeren 修复了,可以试试这个版本 |
/next |
🎉 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!. |
/backport to v2.26 |
Backporting to |
Types
Background or solution
🤖 Generated by Copilot at 44a6c09
BreakpointsService
class indebug-breakpoints.service.ts
to theDebugModel
class 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.ts
file to thedebug-model.ts
file.