debugger: Fix Debugpy spawning & session removal (#28577)

Closes #ISSUE

Release Notes:

- N/A
This commit is contained in:
Piotr Osiewicz 2025-04-11 16:36:54 +02:00 committed by GitHub
parent 1164829cad
commit c7d3fbcac1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -291,7 +291,7 @@ impl LineBreakpoint {
.end_hover_slot(
IconButton::new(
SharedString::from(format!(
"breakpoint-ui-on-click-go-to-line-{:?}/{}:{}",
"breakpoint-ui-on-click-go-to-line-remove-{:?}/{}:{}",
dir, name, line
)),
IconName::Close,