Home
last modified time | relevance | path

Searched refs:debug_single (Results 1 – 6 of 6) sorted by relevance

/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/rust-analyzer/src/
H A Dconfig.rs474 pub debug_single: bool, field
978 debug_single: get("rust-analyzer.debugSingle"), in client_commands()
H A Dto_proto.rs1031 if lens_config.debug && can_debug && client_commands_config.debug_single { in code_lens()
1032 let command = command::debug_single(&r); in code_lens()
1161 pub(crate) fn debug_single(runnable: &lsp_ext::Runnable) -> lsp_types::Command { in debug_single() function
H A Dhandlers.rs1621 if !(client_commands_config.run_single || client_commands_config.debug_single) { in runnable_action_links()
1635 if hover_actions_config.debug && client_commands_config.debug_single { in runnable_action_links()
1636 let dbg_command = to_proto::command::debug_single(&r); in runnable_action_links()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/rust-analyzer/src/
H A Dconfig.rs433 pub debug_single: bool, field
937 debug_single: get("rust-analyzer.debugSingle"), in client_commands()
H A Dto_proto.rs1022 if lens_config.debug && can_debug && client_commands_config.debug_single { in code_lens()
1023 let command = command::debug_single(&r); in code_lens()
1152 pub(crate) fn debug_single(runnable: &lsp_ext::Runnable) -> lsp_types::Command { in debug_single() function
H A Dhandlers.rs1611 if !(client_commands_config.run_single || client_commands_config.debug_single) { in runnable_action_links()
1625 if hover_actions_config.debug && client_commands_config.debug_single { in runnable_action_links()
1626 let dbg_command = to_proto::command::debug_single(&r); in runnable_action_links()