Skip to content

debugger: Fix prevent creating breakpoints inside breakpoint editor#42475

Merged
Anthony-Eid merged 1 commit intozed-industries:mainfrom
RemcoSmitsDev:fix-prevent-creating-breakpoint-inside-log-editor
Nov 12, 2025
Merged

debugger: Fix prevent creating breakpoints inside breakpoint editor#42475
Anthony-Eid merged 1 commit intozed-industries:mainfrom
RemcoSmitsDev:fix-prevent-creating-breakpoint-inside-log-editor

Conversation

@RemcoSmitsDev
Copy link
Contributor

Closes #38057

This PR fixes that you can no longer create breakpoints inside the breakpoint editor in code called BreakpointPromptEditor. As you can see, inside the after video, there is no breakpoint editor created anymore.

Before

Screen.Recording.2025-11-11.at.19.36.16.mov

After

Screen.Recording.2025-11-11.at.19.38.25.mov

Release Notes:

  • Debugger: Prevent breakpoints from being created inside the breakpoint editor

@cla-bot cla-bot bot added the cla-signed The user has signed the Contributor License Agreement label Nov 11, 2025
@github-actions github-actions bot added the community champion Issues filed by our amazing community champions! 🫶 label Nov 11, 2025
@RemcoSmitsDev RemcoSmitsDev force-pushed the fix-prevent-creating-breakpoint-inside-log-editor branch from 153190c to 69cf6f3 Compare November 12, 2025 14:25
@Anthony-Eid
Copy link
Contributor

Thank you for fixing yet another issue Remco!

@Anthony-Eid Anthony-Eid enabled auto-merge (squash) November 12, 2025 18:10
@Anthony-Eid Anthony-Eid merged commit e8daab1 into zed-industries:main Nov 12, 2025
49 of 53 checks passed
@RemcoSmitsDev RemcoSmitsDev deleted the fix-prevent-creating-breakpoint-inside-log-editor branch November 12, 2025 18:21
11happy pushed a commit to 11happy/zed that referenced this pull request Dec 1, 2025
…ed-industries#42475)

Closes zed-industries#38057

This PR fixes that you can no longer create breakpoints inside the
breakpoint editor in code called `BreakpointPromptEditor`. As you can
see, inside the after video, there is no breakpoint editor created
anymore.

**Before**


https://github.com/user-attachments/assets/c4e02684-ac40-4176-bd19-f8f08e831dde

**After**


https://github.com/user-attachments/assets/f5b1176f-9545-4629-be12-05c64697a3de

Release Notes:

- Debugger: Prevent breakpoints from being created inside the breakpoint
editor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed The user has signed the Contributor License Agreement community champion Issues filed by our amazing community champions! 🫶

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Debugger: No way to delete breakpoint log messages?

2 participants