home *** CD-ROM | disk | FTP | other *** search
/ PC User 2001 August / APC_Aug2001_CD2.iso / features / devtools / files / TurboDebugger.exe / td32read.txt < prev   
Encoding:
Text File  |  2000-05-31  |  3.2 KB  |  106 lines

  1. ===============================================
  2. TD32 RELEASE NOTES
  3. ===============================================
  4.  
  5. This file contains important supplementary and 
  6. late-breaking information that may not appear 
  7. in the main product documentation. We recommend
  8. that you read this file in its entirety.
  9.  
  10.  
  11.  
  12. CONTENTS
  13. ===============================================
  14.  
  15. -- TD32INST.EXE
  16. -- USING SOURCE-LEVEL DEBUGGING
  17. -- "PROGRAM HAS NO SYMBOL TABLE" MESSAGE 
  18. -- SCREEN BUFFER SETTINGS
  19. -- MOUSE SUPPORT
  20. -- SETTING CONSOLE WINDOW PROPERTIES
  21.  
  22. TD32INST.EXE
  23. ===============================================
  24.  
  25. Included in this distribution is TD32INST.EXE.
  26. Use this program to modify the configuration
  27. file, TDCONFIG32.TD or to create customized
  28. configuration files.
  29.  
  30. USING SOURCE-LEVEL DEBUGGING
  31. ===============================================
  32.  
  33. To enable source-level debugging, use the -v
  34. switch when compiling, and again when linking.
  35. If the -v switch is specified at compile time
  36. but not link time, ILINK32 will write an
  37. invalid header to the .TDS file. When TD32
  38. attempts to read the .TDS file, it fails with a
  39. "not enough memory to load symbol table" error.
  40.  
  41. "PROGRAM HAS NO SYMBOL TABLE" MESSAGE 
  42. ===============================================
  43. If a .TDS file is out of date (older than its
  44. .EXE or .DLL), TD32 warns "Program has no
  45. symbol table".
  46.  
  47.  
  48. SCREEN BUFFER SETTINGS
  49. ===============================================
  50. When run inside a console window, TD32 Debugger
  51. uses the entire screen buffer for its display.
  52. If the screen buffer is larger than the actual
  53. window, parts of the TD32 display are hidden by
  54. the edge of the console window. The user can
  55. see more of the TD32 display by dragging the
  56. edges of the window, but may be unable to see
  57. the entire display without scrolling.
  58. A procedure to eliminate this problem is
  59. described in "Setting Console Window
  60. Properties," below.
  61.  
  62. MOUSE SUPPORT
  63. ===============================================
  64. TD32 supports use of a mouse, but is unable to
  65. see mouse events if the console window has
  66. QuickEdit Mode enabled. To disable QuickEdit
  67. Mode, see "Setting Console Window Properties,"
  68. below.
  69.  
  70. SETTING CONSOLE WINDOW PROPERTIES
  71. ===============================================
  72.  
  73. To eliminate the problems described above,
  74. change the console settings before running
  75. TD32.
  76.  
  77. (1) Click on the MS-DOS icon in the upper-left
  78. corner of the console window, or press
  79. ALT-Space.
  80.  
  81. (2) The window's system menu pops up. Click on
  82. "Properties" or press P.
  83.  
  84. (3) The Proerties Dialog appears. To fix the
  85. screen buffer problem, click on the "Layout"
  86. tab. Adjust the width and height values for
  87. "Screen Buffer Size" and/or "Window Size" until
  88. they match. 
  89.  
  90. (4) To fix the mouse problem, click on the
  91. "Options" tab. Clear the "QuickEdit Mode"
  92. option box.
  93.  
  94. (5) Click on OK. A dialog box appears. Choose
  95. "Modify shortcut which started this window."
  96.  
  97. You can have multiple Command Prompt shortcuts,
  98. each with its own window properties. Copy the
  99. Command Prompt.lnk file used in your Start Menu
  100. and give it its own set of properties.
  101.  
  102.  
  103. ===============================================
  104. Copyright (c) 2000 Inprise Corporation. 
  105. All rights reserved.
  106.