I like this patch, too.
'&Debug' and 'Show &Details' use a same shortcut key here.
@@ -58,6 +50,7 @@ BEGIN
IDC_STATIC_TXT2,"SysLink",0,27,60,224,100
DEFPUSHBUTTON "Close", IDOK, 205, 151, 60, 16, WS_TABSTOP
PUSHBUTTON "Show &Details", ID_DETAILS, 140, 151, 60, 16, WS_TABSTOP
+ PUSHBUTTON "&Debug", ID_DEBUG, 75, 151, 60, 16, WS_TABSTOP
END
I think push this debug button in the left corner seems better? Maybe we also need some
text in IDC_STATIC_TXT2 to let users know what it means.
Thanks.