home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 …ember: Reference Library / Apple Developer Reference Library (December 1999) (Disk 1).iso / pc / technical documentation / macintosh technotes and q&as / qa / gx / gx08_graphicsbug.hqx / GraphicsBug.rsrc / STR#_132.txt < prev    next >
Encoding:
Text File  |  1995-08-28  |  1.9 KB  |  91 lines

  1. DA [bu(sy) di(rect) fr(ee) i(ndirect) t(emp) u(n)b(usy) u(n)l(oaded)]
  2.    [<type> [<type> ... ]]            Ex.: DA bu line layout polygon
  3.    Display all blocks in the  heap, or all that match parameters.
  4.  
  5. DM addr [n | t(ype)]              Ex.: DM 1b2358 t
  6.    Display memory from addr for n bytes or as a type.
  7.  
  8.  
  9. DV
  10.    Display version.
  11.  
  12.  
  13. ER number
  14.    Display the error name that matches this number.
  15.  
  16. F addr [number [start [end]]]
  17.        [bu(sy) di(rect) fr(ee) i(ndirect) t(emp) u(n)b(usy) u(n)l(oad)]
  18.        [<type> [<type> ... ]]  Ex.: F 0x4456A 3 ul picture
  19.    Find references to addr in the heap parts that match parameters.
  20.  
  21.  
  22. FL addr [filename]             Ex.: FL 0x3321A "flat shapes"
  23.    Display the stream produced by flattening this shape.
  24.  
  25. GG
  26.    Display graphics globals.
  27.  
  28. HC
  29.    Check the heap.
  30.  
  31.  
  32. HD [bu(sy) di(rect) fr(ee) i(ndirect) t(emp) u(n)b(usy) u(n)l(oaded)]
  33.    [<type> [<type> ... ]]            Ex.: HD bu line layout polygon
  34.    Dump the heap, or the heap parts that match parameters.
  35.  
  36.  
  37. HT
  38.    Total the heap.
  39.  
  40.  
  41. HX addr | <heapname>           Ex.: HX system
  42.    Switch to the heap containing addr, or named <heapname>.
  43.  
  44.  
  45. HZ
  46.    List the known heaps.
  47.  
  48.  
  49. IG
  50.    Display init globals.
  51.  
  52.  
  53. LC [process]
  54.    List the known graphics clients.
  55.  
  56.  
  57. LP
  58.    List the known processes that have a graphics client.
  59.  
  60.  
  61. OG
  62.    Display other (generic, non-graphic) globals.
  63.  
  64. Q
  65.    Quit.
  66.  
  67.  
  68. UF filename [page number]
  69.    Display the contents of the file by unflattening it.
  70.    Use page number to specify a page of a printer spool file.
  71.  
  72. V  [addr]
  73.    Validate all (no parameters) or validate specific block.
  74.  
  75.  
  76. WH addr
  77.    Display the block containing addr.
  78.  
  79.  
  80. operators: - + * / % ^ | & [@*] ~ ()  numbers: . 0x $ # ''  strings: ""
  81.  
  82.  
  83. Option-double-click on an address to display memory as a type.
  84.  
  85. Use the up/down arrow keys to set the scrolling speed.
  86.  
  87. Use dot '.' to represent the last displayed address.
  88.  
  89. Use 'shape' as an argument to DA, F and HD to display all client-owned shapes.
  90.  
  91.