Skip to content

Commit 78433d4

Browse files
committed
Setting the default repl_mode.
1 parent 2df0281 commit 78433d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/tools/lldb-dap/lldb-dap.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5036,6 +5036,7 @@ int main(int argc, char *argv[]) {
50365036

50375037
DAP dap;
50385038
dap.debug_adaptor_path = program_path.str().str();
5039+
dap.repl_mode = defaultReplMode;
50395040

50405041
RegisterRequestCallbacks(dap);
50415042

0 commit comments

Comments
 (0)