提交 f7126640 编写于 作者: L Lucas Meijer

make mono_print_thread_dump output to the visualstudio debugger window, for...

make mono_print_thread_dump output to the visualstudio debugger window, for better debugger experience
上级 122fb8dd
......@@ -2211,6 +2211,11 @@ mono_print_thread_dump_internal (void *sigctx, MonoContext *start_ctx)
#endif
fprintf (stdout, "%s", text->str);
#if PLATFORM_WIN32 && TARGET_WIN32 && _DEBUG
OutputDebugStringA(text->str);
#endif
g_string_free (text, TRUE);
fflush (stdout);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册