debugger: Add breakpoint list to the empty state of debug panel (#32930)
 Release Notes: - Debugger: Added breakpoint list to the empty debug panel
This commit is contained in:
parent
d8eb341f9b
commit
65067dad9e
3 changed files with 44 additions and 33 deletions
|
@ -638,7 +638,8 @@ impl RunningState {
|
|||
)
|
||||
});
|
||||
|
||||
let breakpoint_list = BreakpointList::new(session.clone(), workspace.clone(), &project, cx);
|
||||
let breakpoint_list =
|
||||
BreakpointList::new(Some(session.clone()), workspace.clone(), &project, cx);
|
||||
|
||||
let _subscriptions = vec![
|
||||
cx.observe(&module_list, |_, _, cx| cx.notify()),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue