debuggee all over the place?
This commit is contained in:
parent
6dae5a1fcd
commit
5ac866dbc9
9 changed files with 27 additions and 27 deletions
|
@ -205,7 +205,7 @@ pub trait Extension: Send + Sync {
|
|||
Err("`get_dap_binary` not implemented".to_string())
|
||||
}
|
||||
|
||||
/// Determines whether the specified adapter configuration should *launch* a new debuggee process
|
||||
/// Determines whether the specified adapter configuration should *launch* a new debugger process
|
||||
/// or *attach* to an existing one. This function should not perform any further validation (outside of determining the kind of a request).
|
||||
/// This function should return an error when the kind cannot be determined (rather than fall back to a known default).
|
||||
fn dap_request_kind(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue