mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-05 20:07:44 +03:00
dap: implement threads request
This commit is contained in:
parent
5f3e806341
commit
7d2d4ed4a8
2 changed files with 22 additions and 0 deletions
|
@ -42,6 +42,7 @@ pub async fn main() -> Result<()> {
|
|||
|
||||
println!("configurationDone: {:?}", client.configuration_done().await);
|
||||
println!("stopped: {:?}", client.wait_for_stopped().await);
|
||||
println!("threads: {:#?}", client.threads().await);
|
||||
println!("stack trace: {:#?}", client.stack_trace(1).await);
|
||||
|
||||
let mut _in = String::new();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue