Skip to content
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: except breakpoint blank description #2878

Merged
merged 1 commit into from
Jul 13, 2023

Conversation

Ricbet
Copy link
Member

@Ricbet Ricbet commented Jul 10, 2023

Types

  • 🐛 Bug Fixes

Background or solution

🤖 Generated by Copilot at ef29069

  • Prevent rendering non-debug breakpoints in BreakpointItem component (link)
  • Add data.breakpoint as a dependency to useMemo hook for breakpoint description (link)

image

修复异常断点也出现“空行”字样的问题

Changelog

🤖 Generated by Copilot at ef29069

This pull request enhances the BreakpointItem component in the debug view to avoid errors and reflect breakpoint changes. It filters out non-debug breakpoints and uses a useEffect hook to update the description.

@Ricbet Ricbet self-assigned this Jul 10, 2023
@opensumi opensumi bot added the 🐞 bug Something isn't working label Jul 10, 2023
@bytemain bytemain merged commit 15bef1f into main Jul 13, 2023
@bytemain bytemain deleted the fix/debug-exception-description branch July 13, 2023 07:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants