Commit 6d1f9316 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

winedbg: Detach from the debuggee before exiting.

parent ca31d8ad
...@@ -604,7 +604,7 @@ int main(int argc, char** argv) ...@@ -604,7 +604,7 @@ int main(int argc, char** argv)
parser_handle(hFile); parser_handle(hFile);
while (dbg_process_list) while (dbg_process_list)
dbg_process_list->process_io->close_process(dbg_process_list, TRUE); dbg_process_list->process_io->close_process(dbg_process_list, FALSE);
dbg_save_internal_vars(); dbg_save_internal_vars();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment