home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / msdos / programm / 8794 < prev    next >
Encoding:
Text File  |  1992-08-25  |  1.5 KB  |  39 lines

  1. Newsgroups: comp.os.msdos.programmer
  2. Path: sparky!uunet!rei2!fox
  3. From: fox@rei.com (Fuzzy Fox)
  4. Subject: Re: a Turbo Debugger 2.0 question (and a query for TD alternatives)
  5. Message-ID: <1992Aug25.172232.3606@rei.com>
  6. Date: Tue, 25 Aug 1992 17:22:32 GMT
  7. References: <1992Aug24.134245.18447@exu.ericsson.se>
  8. Organization: Recognition Equipment, Inc.
  9. Lines: 28
  10.  
  11. exuhag@exu.ericsson.se (James Hague) writes:
  12.  
  13. >I also added 
  14. >the TDH386 driver to my CONFIG file, upping the environment space to a more
  15. >than adequate 2048 bytes via the "-e" switch.  But still, with over 1 meg of
  16. >free XMS memory, TD386 responds with "not enough environment space, use the
  17. >-e switch when installing TDH386."  Upping it using "-e9999" doesn't help.
  18. >What am I doing wrong?
  19.  
  20. The -e switch must specify the same amount of environment space as the
  21. /e: line on your SHELL= in CONFIG.SYS.  Do they agree on how big the
  22. environment is?
  23.  
  24. Also I have found that TDH386 fails when DOS is loaded HIGH (via
  25. DOS=HIGH), so don't do that.
  26.  
  27. >BTW, does anyone really use TD and not TD386 or TD286?  How many
  28. >applications can get by with the speck of free memory left by TD?  What was
  29. >Borland thinking?
  30.  
  31. I used TD386 when trying to debug UART communication routines.  Only
  32. TD386 allowed me to single-step through ISR routines (wow!!).
  33.  
  34. -- 
  35. #ifdef TRUE         | Fuzzy Fox                  fuzzy@netcom.com
  36. #define  TRUE   0   | a.k.a. David DeSimone      an207@cleveland.freenet.edu
  37. #define  FALSE  1   |
  38. #endif              |         How's my posting?  Call 1-800-ALT-FLAME
  39.