4040 " RUSTC_TOOLCHAIN=/home/zjw/.rustup/toolchains/stable-x86_64-unknown-linux-gnu"
4141 ],
4242 "preRunCommands" : [
43- " command script import ${workspaceFolder}/util/rust_prettifier_for_lldb.py" ,
43+ " command script import ${workspaceFolder}/util/rust_prettifier_for_lldb.py"
4444 ],
4545 "args" : [
4646 " tests::week2_day5" ,
4747 " --show-output"
4848 ]
49+ },
50+ {
51+ "type" : " lldb-dap" ,
52+ "request" : " launch" ,
53+ "name" : " test tests::week1_day2::test_task4_integration" ,
54+ "cwd" : " ${workspaceFolder}/mini-lsm-starter" ,
55+ "program" : " ${workspaceFolder}/target/debug/deps/mini_lsm_starter-430c4aaead80470b" ,
56+ "env" : [
57+ " RUST_BACKTRACE=short" ,
58+ " RUSTC_TOOLCHAIN=/home/zjw/.rustup/toolchains/stable-x86_64-unknown-linux-gnu"
59+ ],
60+ "preRunCommands" : [
61+ " command script import ${workspaceFolder}/util/rust_prettifier_for_lldb.py"
62+ ],
63+ "args" : [
64+ " tests::week1_day2::test_task4_integration" ,
65+ " --exact" ,
66+ " --show-output"
67+ ]
68+ },
69+ {
70+ "type" : " lldb-dap" ,
71+ "request" : " launch" ,
72+ "name" : " test tests::week1_day1::test_task3_freeze_on_capacity" ,
73+ "cwd" : " ${workspaceFolder}/mini-lsm-starter" ,
74+ "program" : " ${workspaceFolder}/target/debug/deps/mini_lsm_starter-430c4aaead80470b" ,
75+ "env" : [
76+ " RUST_BACKTRACE=short" ,
77+ " RUSTC_TOOLCHAIN=/home/zjw/.rustup/toolchains/stable-x86_64-unknown-linux-gnu"
78+ ],
79+ "preRunCommands" : [
80+ " command script import ${workspaceFolder}/util/rust_prettifier_for_lldb.py"
81+ ],
82+ "args" : [
83+ " tests::week1_day1::test_task3_freeze_on_capacity" ,
84+ " --exact" ,
85+ " --show-output"
86+ ]
87+ },
88+ {
89+ "type" : " lldb-dap" ,
90+ "request" : " launch" ,
91+ "name" : " test-mod tests::week1_day6" ,
92+ "cwd" : " ${workspaceFolder}/mini-lsm-starter" ,
93+ "program" : " ${workspaceFolder}/target/debug/deps/mini_lsm_starter-430c4aaead80470b" ,
94+ "env" : [
95+ " RUST_BACKTRACE=short" ,
96+ " RUSTC_TOOLCHAIN=/home/zjw/.rustup/toolchains/stable-x86_64-unknown-linux-gnu"
97+ ],
98+ "preRunCommands" : [
99+ " command script import ${workspaceFolder}/util/rust_prettifier_for_lldb.py"
100+ ],
101+ "args" : [
102+ " tests::week1_day6" ,
103+ " --show-output"
104+ ]
105+ },
106+ {
107+ "type" : " lldb-dap" ,
108+ "request" : " launch" ,
109+ "name" : " test tests::week2_day1::test_task3_integration" ,
110+ "cwd" : " ${workspaceFolder}/mini-lsm-starter" ,
111+ "program" : " ${workspaceFolder}/target/debug/deps/mini_lsm_starter-430c4aaead80470b" ,
112+ "env" : [
113+ " RUST_BACKTRACE=short" ,
114+ " RUSTC_TOOLCHAIN=/home/zjw/.rustup/toolchains/stable-x86_64-unknown-linux-gnu"
115+ ],
116+ "preRunCommands" : [
117+ " command script import ${workspaceFolder}/util/rust_prettifier_for_lldb.py"
118+ ],
119+ "args" : [
120+ " tests::week2_day1::test_task3_integration" ,
121+ " --exact" ,
122+ " --show-output"
123+ ]
124+ },
125+ {
126+ "type" : " lldb-dap" ,
127+ "request" : " launch" ,
128+ "name" : " test tests::week2_day2::test_integration" ,
129+ "cwd" : " ${workspaceFolder}/mini-lsm-starter" ,
130+ "program" : " ${workspaceFolder}/target/debug/deps/mini_lsm_starter-430c4aaead80470b" ,
131+ "env" : [
132+ " RUST_BACKTRACE=short" ,
133+ " RUSTC_TOOLCHAIN=/home/zjw/.rustup/toolchains/stable-x86_64-unknown-linux-gnu"
134+ ],
135+ "preRunCommands" : [
136+ " command script import ${workspaceFolder}/util/rust_prettifier_for_lldb.py"
137+ ],
138+ "args" : [
139+ " tests::week2_day2::test_integration" ,
140+ " --exact" ,
141+ " --show-output"
142+ ]
143+ },
144+ {
145+ "type" : " lldb-dap" ,
146+ "request" : " launch" ,
147+ "name" : " test tests::week3_day1::test_sst_build_multi_version_hard" ,
148+ "cwd" : " ${workspaceFolder}/mini-lsm-starter" ,
149+ "program" : " ${workspaceFolder}/target/debug/deps/mini_lsm_starter-430c4aaead80470b" ,
150+ "env" : [
151+ " RUST_BACKTRACE=short" ,
152+ " RUSTC_TOOLCHAIN=/home/zjw/.rustup/toolchains/stable-x86_64-unknown-linux-gnu"
153+ ],
154+ "preRunCommands" : [
155+ " command script import ${workspaceFolder}/util/rust_prettifier_for_lldb.py"
156+ ],
157+ "args" : [
158+ " tests::week3_day1::test_sst_build_multi_version_hard" ,
159+ " --exact" ,
160+ " --show-output"
161+ ]
49162 }
50163 ]
51164}
0 commit comments