home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / mswindo / programm / tools / 1735 < prev    next >
Encoding:
Internet Message Format  |  1992-12-17  |  1.4 KB

  1. Path: sparky!uunet!pipex!warwick!uknet!dcl-cs!alan
  2. From: alan@comp.lancs.ac.uk (Alan Phillips)
  3. Newsgroups: comp.os.ms-windows.programmer.tools
  4. Subject: Re: MSC 7.0 windows debug mode and 'Cant read from device AUX'
  5. Message-ID: <1992Dec17.100939.5506@comp.lancs.ac.uk>
  6. Date: 17 Dec 92 10:09:39 GMT
  7. References: <RHARMON.92Dec10144328@triton.uucp> <70560005@hpcc01.corp.hp.com>
  8. Organization: Department of Computing at Lancaster University, UK.
  9. Lines: 18
  10.  
  11. In article <70560005@hpcc01.corp.hp.com> azarian@hpcc01.corp.hp.com (Randy Azarian) writes:
  12. >I do not agree that DBWIN is not useful in the standard kernel.  It is very
  13. >useful to do OutputDebugStrings in my code as I am debugging.  Additionally,
  14. >I have noticed that DBWIN does display quite a few "warning" messages in the
  15. >standard kernel, albeit probaby insignificant, although I think it will report
  16. >unfreed memory handles, and the like.
  17.  
  18. You might like to look at my TextView DLL, which is somewhere on
  19. ftp.cica.indiana.edu. It basically manages a scrolling output window
  20. for you, and you can write text with various options like timestamping
  21. to it with a single API call. Other APIs allow you to clear it, etc, etc.
  22.  
  23. I wrote it originally as a real-time trace system for debugging, and there's
  24. a sample app in the ZIP file that demonstrates it. I use it hugely for
  25. buiding my PFE editor, and the ability to have a set of trace messages that
  26. I can scroll back and examine at leisure is _very_ useful.
  27.  
  28. Alan
  29.