This commit is contained in:
Blaž Hrastnik 2021-12-08 14:50:20 +09:00
parent 60c86eff89
commit dac317e620

View file

@ -616,6 +616,9 @@ pub fn dap_variables(cx: &mut Context) {
};
let mut variables = Vec::new();
// TODO: group by scope
// TODO: ui::Text to use tui::text + styled builder
for scope in scopes.iter() {
let response = block_on(debugger.variables(scope.variables_reference));