Path: utzoo!news-server.csri.toronto.edu!cs.utexas.edu!uunet!microsoft!petergo From: petergo@microsoft.UUCP (Peter GOLDE) Newsgroups: comp.windows.ms.programmer Subject: Re: Borland C++ Debugger Message-ID: <71088@microsoft.UUCP> Date: 6 Mar 91 20:16:47 GMT References: <1991Mar1.215836.21199@cec1.wustl.edu> Reply-To: petergo@microsoft.UUCP (Peter GOLDE) Organization: Microsoft Corp., Redmond WA Lines: 12 In article <1991Mar1.215836.21199@cec1.wustl.edu> dave@wucs1.wustl.edu (David T Mitchell III) writes: >For those who don't have BCC, the debugger has one feature that makes the >whole package worth it. A (text-based) dialog box can be set up to log and/or >break on windows messages, ala Spy. It traps messages for window handels >as well as procedures, and they're displayed in a human-readable format (for >example: WM_COMMAND 12 12345). FYI, you can also do this with CodeView for Windows. Check out the "wwm" (Windows Watch Message) and "wbm" (Windows Break Message) commands. --Peter Golde