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

  1. ;
  2. ; CauseWay CWD debugger configuration file
  3. ;
  4. ;Tell CWD where to look for source files. CWD will look in the current DIR first
  5. ;and then in any paths specified here. Separate paths with a ;, the same as a normal
  6. ;PATH statement. SourcePath can be used more than once to append extra paths.
  7. ;
  8. SourcePath=d:\lib\cw.asm
  9.  
  10. ;
  11. ;Tell CWD what TAB positions to use for source display.
  12. ;
  13. SourceTABs=16,22,35,48,61
  14.  
  15. ;
  16. ;Tell CWD which keys to use for breaking into the program. Codes are raw
  17. ;keyboard scan codes in decimal, up to 4 of them separated by commas.
  18. ; Don't use extended codes (0e0h etc).
  19. ;
  20. ;Some useful codes:
  21. ;
  22. ;CTRL    - 29
  23. ;ALT    - 56
  24. ;
  25. ;Built-in default is 29,56 (CTRL-ALT).
  26. ;
  27. BreakKeys=29,56
  28.  
  29. ;
  30. ;Games tend to reprogram the timer interrupt with a different value and
  31. ;dropping out of a debug session half-way through might leave the timer running
  32. ;fast, so tell CWD to reset the timer to its normal value.
  33. ;
  34. ResetTimer=YES
  35.