Recenter current stack frame on click (#32508)
Release Notes: - debugger: Recenter current stack frame on click
This commit is contained in:
parent
1e1bc7c373
commit
ad206a6a97
1 changed files with 1 additions and 0 deletions
|
@ -665,6 +665,7 @@ impl BreakpointStore {
|
||||||
.as_ref()
|
.as_ref()
|
||||||
.is_some_and(|active_position| active_position == &position)
|
.is_some_and(|active_position| active_position == &position)
|
||||||
{
|
{
|
||||||
|
cx.emit(BreakpointStoreEvent::SetDebugLine);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue