breaki



breaki window


not finished yet!



Breakpoints now be saved and loaded, use the load save buttons for that.
In the lower right corner is a "clock" button - with this you can temporarily disable/enable breakpoints.



This is the beginning of a breakpoint list window. Although it is functionally working I don't like the looks of it.

The display lists all known information of all breakpoints, although to "normal" user this information may seem cryptic.

It displays all known breakpoints in a list. The current "break" is highlighted red (only once, for one single "step").

To delete a breakpoint press the corresponding delete.png button.
As of yet it is not possible to add new breakpoints via this panel.

Notice!
Not all type of breakpoints are implemented yet!

Some more cryptic information
Target:

type:
A combination of following "types":

target address:
If a target address of some sort is provided (memory/ram...), and also the bank.

name:
Some generated name.

compare value:
If a comparisson of any sort is needed, this is the value the breakpoint compares its target to.

counter:
not used (yet).

exit:
One of:

(now that I write this... this seems to be redundant with the above given type... hm...)