home *** CD-ROM | disk | FTP | other *** search
/ AMIGA PD 1 / AMIGA-PD-1.iso / Programme_zum_Heft / Programmieren / Kurztests / Barfly / Hellogcc.bdebug < prev    next >
Text File  |  1994-02-16  |  1KB  |  59 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=1
  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. SETBREAK=_main
  43.  
  44. # Define some config parameters
  45.  
  46. REGFLAGS=SYMBOLS|NOBIGVIEW|SHOWEA
  47. STRUCTFLAGS=AUTOREFRESH|ADDRESSFORMAT
  48. DISSFLAGS=SHOWLIB|MARKBLOCKEND
  49.  
  50. # Define the scripts or commands that are called BEFORE the task is run
  51. # Keep this in mind!
  52. # This function ONLY works for »Debug File« operations
  53.  
  54. #EXECUTECOMMAND=sys:rexxc/rx Arexx-Debug/hello-ExecuteCommand.bdebug
  55.  
  56.  
  57. # Use ILLEGALS for Trace_Subroutine instead of Single Stepping
  58. TRACEBREAK
  59.