home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / caway349.zip / BIN / CWHELP.CFG < prev    next >
Text File  |  1996-06-17  |  678b  |  23 lines

  1. #
  2. #This file sets a few trap file options. The trap file looks in the current
  3. #directory for this file.
  4. #
  5.  
  6.  
  7. [setup]
  8.  
  9. #
  10. #Set the break key code list. These are decimal hardware scan codes, maximum
  11. #of 4. Default of 29,56 is for CTRL-ALT. Pressing these keys while a program
  12. #is running under the debugger will break into the program.
  13. #
  14. BreakKeys=29,56
  15.  
  16. #
  17. #Some programs, games in particular, reprogram the timer chip to increase
  18. #IRQ 0 frequency. Dropping out of a debugging session in these programs tends to
  19. #leave the clock going way too fast. Turn this option on to have the timer reset
  20. #to its default value when a debug session ends.
  21. #
  22. ResetTimer=yes
  23.