From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31267 invoked by alias); 30 Sep 2003 08:01:17 -0000 Mailing-List: contact insight-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sources.redhat.com Received: (qmail 31258 invoked from network); 30 Sep 2003 08:01:14 -0000 Received: from unknown (HELO smtp.inode.at) (62.99.194.5) by sources.redhat.com with SMTP; 30 Sep 2003 08:01:14 -0000 Received: from [62.99.184.57] (port=49151 helo=ARGON) by smtp.inode.at with esmtp (Exim 4.10) id 1A4FRW-0006L8-00 for insight@sources.redhat.com; Tue, 30 Sep 2003 10:01:10 +0200 From: "Richard van Wegen" To: Subject: Suggestion: no dialog boxes for Windows OutputDebugString Date: Tue, 30 Sep 2003 08:01:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4927.1200 X-SW-Source: 2003-q3/txt/msg00183.txt.bz2 Hi All Another suggestion for possible improvement that occurred to me recently- When programming under Windows I often use OutputDebugString to output error or trace info, and then use DebugView.exe or similar to view the logs. The problem with this when using Insight is that Insight opens a dialog box for every debug message it receives, and after receiving one hundred or so it crashes windows. Perhaps these debug messages could be better dumped to a log window. Even having the ability to turn them off would be useful. Cheers Richard