do not use graphical error reporting in auto-launched conversion instances of the debugger; will fix repeated debug info conversion fatal error exception message boxes

This commit is contained in:
Ryan Fleury
2024-01-18 10:36:15 -08:00
parent 3567e6c53d
commit ac521a8f60
2 changed files with 12 additions and 3 deletions
+1
View File
@@ -657,6 +657,7 @@ dbgi_parse_thread_entry_point(void *p)
opts.consoleless = 1;
str8_list_pushf(scratch.arena, &opts.cmd_line, "raddbg");
str8_list_pushf(scratch.arena, &opts.cmd_line, "--convert");
str8_list_pushf(scratch.arena, &opts.cmd_line, "--quiet");
//str8_list_pushf(scratch.arena, &opts.cmd_line, "--capture");
str8_list_pushf(scratch.arena, &opts.cmd_line, "--exe:%S", exe_path);
str8_list_pushf(scratch.arena, &opts.cmd_line, "--pdb:%S", og_dbg_path);