Commit c77bc840 authored by Alexandre Julliard's avatar Alexandre Julliard

winedbg: Print a backtrace in --auto mode.

parent db500aad
......@@ -893,7 +893,7 @@ enum dbg_start dbg_active_auto(int argc, char* argv[])
if (ds != start_ok) return ds;
hFile = parser_generate_command_file("echo Modules:", "info share",
"echo Threads:", "info threads",
"detach", NULL);
"backtrace", "detach", NULL);
}
else if (!strcmp(argv[0], "--minidump"))
{
......
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