kernel32/tests: Show the setting of the debugger registry value.

This commit is contained in:
Paul Vriens 2008-08-05 10:53:54 +02:00 committed by Alexandre Julliard
parent 73423c1a40
commit 0d88bf89dc
1 changed files with 1 additions and 0 deletions

View File

@ -339,6 +339,7 @@ static void test_ExitCode(void)
{
debugger_val=HeapAlloc(GetProcessHeap(), 0, debugger_size);
RegQueryValueExA(hkey, "debugger", NULL, &debugger_type, debugger_val, &debugger_size);
trace("HKLM\\%s\\debugger is set to '%s'\n", AeDebug, debugger_val);
}
}
else if (ret == ERROR_ACCESS_DENIED)