mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-24 09:53:24 +00:00
Support GDB server for cargo osdk run
Feature: generate launch config for debugging via VS Code.
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
a18fc9eb25
commit
5fd3b1bc2f
@ -73,6 +73,8 @@ pub static KTEST_CRATE_WHITELIST: Option<&[&str]> = Some(&{:#?});
|
||||
let required_run_config = RunConfig {
|
||||
manifest: required_build_config.manifest.clone(),
|
||||
cargo_args: required_build_config.cargo_args.clone(),
|
||||
gdb_server: false,
|
||||
vsc_launch_file: false,
|
||||
};
|
||||
|
||||
bundle.run(&required_run_config);
|
||||
|
Reference in New Issue
Block a user