debugger: Remember pane layout from previous debugger session (#28692)
This PR makes a debugger's pane layout persistent across session's that use the same debug adapter. Release Notes: - N/A --------- Co-authored-by: Piotr Osiewicz <24362066+osiewicz@users.noreply.github.com> Co-authored-by: Cole Miller <m@cole-miller.net>
This commit is contained in:
parent
b794919842
commit
d4761cea47
13 changed files with 550 additions and 150 deletions
|
@ -1,6 +1,7 @@
|
|||
use sqlez_macros::sql;
|
||||
|
||||
use crate::{define_connection, query};
|
||||
pub static DEBUGGER_PANEL_PREFIX: &str = "debugger_panel_";
|
||||
|
||||
define_connection!(pub static ref KEY_VALUE_STORE: KeyValueStore<()> =
|
||||
&[sql!(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue