home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / alde_c / misc / util / templ / codeview.tpl next >
Encoding:
Text File  |  1988-05-30  |  1.4 KB  |  81 lines

  1. ; Comment lines begin with ; or *
  2. ; All blank lines are ignored
  3. ; If you want a blank line in the function or info area, enter // at the
  4. ;    beginning of the line
  5. ; Maximum number of FUNCTION KEYS = 12
  6. ; Maximum lines above the function = 4
  7. ; There are three columns of information area
  8. ; Maximum characters per column = 35
  9. ; Maximum lines of info = 15
  10. ; mode lines are .cx (columns 1-3) for the info lines
  11. ;           .fx (keys 1-15) for the function keys
  12. ;         .t for the title line
  13. ;
  14. ; The only requirements are: 
  15. ;    When a mode is set, the subsequent lines of data are for that mode.  
  16. ;        Until the mode is changed.    
  17. ;    Text cannot go on the same line as the mode set command
  18. ;
  19. ; All data does not have to be in any order and may skip around.
  20. ;
  21. ; Example .c1 sets the mode for data into column 1. The next lines of data
  22. ;    will be under that column.  If the same column is set again, the
  23. ;       data will continue.
  24.  
  25. .t
  26. Microsoft CodeView
  27.  
  28. .c1
  29. CTRL+G Grow (make window larger)
  30. CTRL+T Tiny (make window smaller)
  31.  
  32. .c2
  33. CTRL+F Find Text
  34. CTRL+W Watch Expession
  35.  
  36. .c3
  37. CTRL+U Delete Watch
  38.  
  39. .f1
  40. Get help
  41.  
  42. .f2
  43. View
  44. registers
  45.  
  46. .f3
  47. Set source
  48. or assembly
  49. mode
  50.  
  51. .f4
  52. View
  53. output
  54. screen
  55.  
  56. .f5
  57. Go
  58.  
  59. .f6
  60. Change
  61. cursor
  62. window
  63.  
  64. .f7
  65. Go to
  66. cursor line
  67.  
  68. .f8
  69. Trace
  70. into
  71.  
  72. .f9
  73. Set 
  74. breakpoint
  75. at cursor
  76.  
  77. .f10
  78. Step
  79. over
  80.  
  81.