home *** CD-ROM | disk | FTP | other *** search
- !HeapDisp
- ---------
-
-
- !HeapDisp will continuously scan Pipe:$.C_Debug.*. When it finds a
- file, it will open a separate window for it, and read from the file. Any
- text will be displayed, and any heap-information will be interpreted and
- used to make a graphical display.
-
- Pressing <Shift>-Menu will bring up a save box. If the click was over
- text, this text will be saved. If the click was over the picture of the
- heap, it will be saved as a sprite. This isn't particulaly useful, but
- Shell has the code in it aready, so there's no harm done or programming
- time wasted!
-
- Pressing Menu will bring up a menu with which you can set the vertical
- size of the heap display.
-
- When a block of memory is described to !Displayer, a 4-byte reference is
- given (see HeapGraph_SetReference in HeapGraph.h).
- !Displayer will colour the block in its display according to the lowest
- 3 bits of this ref.
-
-
-
- !HeapDisp uses my Shell library and DeskLib, and is not particulaly
- 'finished'. In particular, you can't close output windows.
-
- If you would like to improve it, it's made available under
- the GNU licence, so you must release the source with any released
- improved version. You will need to get the DeskLib and Shell libraries,
- both of which are ftp-able from micros.hensa.ac.uk.
-
-
-