Changes from v0.1 to v0.2: - Significant updates of the user interface. - Fixed a bug which caused stepping to malfunction if the step-button were pressed many times quickly and which sometimes caused breakpoints to "forget" the original opcode. - Windows now cascade as they are opened. - Added the memory-map window. - Added proper handling of the following exceptions: Bad access, bad instruction, arithmetic, emulation and software exceptions. - Added demangling of C++ symbols. Function (disassembly) window: - Comments will be edited by double-clicking the table cell on the row on which the comment is to be placed instead of using Edit Comment button which has been removed. Note: This functionality has not yet been implemented. - Hex and ASCII data will also be edited by double-clicking the corresponding table cell and entering new data. Note: This functionality has not yet been implemented. - Double-clicking in the address column will scan the entire program for references of this address and list them in the "Refs to" popup menu. - Selecting an item from the "Refs to" or "FunctionRefs" popup menu will now scroll the disassembly listing in the appropriate window so that the referring row becomes visible. - The "Function Refs" popup menu now also contains offsets within the referring functions as well as all the references within a function, in case of multiple references from one and the same function. Breakpoints/watchpoints window: - Added "Goto Breakpoint" contextual menu item for breakpoints.