home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / vacbdbg.zip / readme.txt < prev   
Text File  |  2000-12-22  |  3KB  |  74 lines

  1.              VisualAge C++ Beta Debugger
  2.              ---------------------------
  3.  
  4. Disclaimer of liability
  5. ------------------------
  6. This debugger program is provided 'AS IS'.  There is no warranty
  7. or service implied with respect to the program.
  8.  
  9. The availability of this debugger does not imply that this or a
  10. similar debugger will be included in future IBM product offerings.
  11.  
  12.  
  13. Features of this debugger
  14. -------------------------
  15. The debugger (B_IDBUG.EXE) has a similar interface to the VisualAge
  16. for C++ for OS/2 Version 3.0 debugger.
  17. Remote debugging support has been added which allows you to remotely
  18. debug a program running on another computer.  This is useful for
  19. debugging GUI programs as the debugger GUI does not interfere with
  20. the GUI of the program being debugged.
  21. See the online help for information on how to do remote debugging.
  22. (Help -> Help index -> remote debugging)
  23. You will need to run B_RMTDBG.EXE instead of the IRMTDBG.EXE that the help
  24. says to use.
  25.  
  26. The "Message Queue" and "Window Analysis" monitors have been removed from
  27. the debugger.  There is a stand-alone utility (B_MQWA.EXE) that replaces
  28. the message queue monitor.
  29.  
  30.  
  31. Build level
  32. -----------
  33. HV3980212
  34.  
  35.  
  36. Installation instructions
  37. -------------------------
  38. 1. Create a new directory for the debugger (e.g. C:\DEBUGGER)
  39. 2. Unzip the beta debugger zip file, preserving directory structure
  40. 3. Add the following to config.sys variables
  41.     - C:\DEBUGGER\BIN  to PATH
  42.     - C:\DEBUGGER\HELP to HELP
  43.     - C:\DEBUGGER\HELP to DPATH
  44.     - C:\DEBUGGER\DLL  to LIBPATH
  45.  
  46.  
  47. Prerequisites
  48. -------------
  49.   - You must be running OS/2 V3 or later.
  50.   - You must have VisualAge C++ for OS/2 V3.0 installed in order to use
  51.     this debugger.
  52.   - You need TCP/IP installed in order to use the remote debugging feature
  53.     of the debugger.
  54.  
  55.  
  56. Support
  57. -------
  58. Support is provided on a best-effort basis.  Newer versions of this
  59. debugger with bug fixes may be made available at a future time.
  60. Please report all problems, questions, suggestions, and so on to
  61. VisualAge C++ Support.  They will be forwarded to the appropriate
  62. personnel for consideration for future versions of the program.
  63. Please indicate that you are using the beta debugger and give the
  64. build number (see above) in your report.
  65.  
  66. Please include a complete description of the problem as well as a small
  67. (up to 100 lines if possible) testcase that demonstrates the problem.
  68.  
  69.  
  70. Enjoy,
  71.  
  72. Your IBM Debugger Development Team
  73.  
  74.