home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / programs / printer / postview1.2 / postview.bdebug < prev    next >
Text File  |  1995-02-27  |  1KB  |  61 lines

  1. # This is the Config File for Barfly Debugger
  2.  
  3. # Define Window dimensions
  4.  
  5.  
  6. REGWINDOW=0/0/0/0
  7. FPUWINDOW=428/0/0/0
  8. DISSWINDOW=0/137/398/117/PC
  9. MEMWINDOW=396/137/225/117/A0
  10. COPPWINDOW=280/116/260/120/NO
  11. BREAKWINDOW=0/137/0/0
  12. WATCHWINDOW=0/137/0/0
  13. STRUCTWINDOW=396/253/225/160/A0
  14. SOURCEWINDOW=0/253/398/126/PC
  15. GLOBALVIEWWINDOW=220/137/420/120/A0
  16.  
  17.  
  18.  
  19. # Opencount for some Windows
  20. OPENFPUWINDOWS=0
  21. OPENDISSWINDOWS=1
  22. OPENMEMWINDOWS=1
  23. OPENCOPPWINDOWS=0
  24. OPENSTRUCTWINDOWS=0
  25. OPENSOURCEWINDOWS=1
  26. OPENBREAKWINDOWS=0
  27. OPENWATCHWINDOWS=0
  28.  
  29.  
  30. # Define Source Paths for SAS D1 Debug Format
  31. SOURCEPATH=sys:prog/asm/
  32. SOURCEPATH=sys:prog/asm/asmtest/
  33. SOURCEPATH=sys:prog/asm/debugtest/
  34.  
  35. # Define Arexx Parameters
  36.  
  37. ArexxPath=sys:rexxc/rx
  38. ArexxInput=NIL:
  39. ArexxOutput=NIL:
  40. ArexxCommand=1,"sys:prog/asm/Arexx-Debug/Menu_Single-Step.bdebug"
  41.  
  42. # Define some config parameters
  43.  
  44. REGFLAGS=SYMBOLS|NOBIGVIEW
  45. #REGFLAGS=AUTOVIEWREFRESH|SYMBOLS|STACKCHECK|NOBIGVIEW
  46. #DISSFLAGS=AUTOREFRESH|SHOWLIB|SHOWEA|WORDBRANCHES|NEGOFFSETS|NEGDI|OPCODEDATA|MARKBLOCKEND
  47. STRUCTFLAGS=AUTOREFRESH|ADDRESSFORMAT
  48.  
  49.  
  50. DISSFLAGS=SHOWLIB|SHOWEA|MARKBLOCKEND
  51.  
  52. # Define the scripts or commands that are called BEFORE the task is run
  53. # Keep this in mind!
  54. # This function ONLY works for »Debug File« operations
  55.  
  56. #EXECUTECOMMAND=sys:rexxc/rx Arexx-Debug/hello-ExecuteCommand.bdebug
  57.  
  58.  
  59. # Use ILLEGALS for Trace_Subroutine instead of Single Stepping
  60. TRACEBREAK
  61.