我有一個try catch塊,看起來像這樣的功能: bool apple()
{
OutputDebugStringW(L"entered apple");
try {
SomeObj orange;
int a = global_b->num; // global_b is NULL
int b = global_b->someothernum
我有一個應用程序在C++與Visual Studio 2010中完成,它正在用OutputDebugStringW(大約每秒50次,這顯然是很多)觸發了很多調試信息。 如果我打開關閉DebugView 3 ou 4次然後我的應用程序變得不穩定,並且崩潰或行爲不正常。我已經嘗試了與另一個應用程序發射相同數量的調試打印(同樣在VS 2010中完成的C++),並且我經歷了相同的行爲,如果我嘗試在另一臺計