Hello
The only documentation available on Visualization tool is located in the manual {Install}\Help\pdf\Debugger_HC12.pdf in chapter ""Book I - Debugger Engine", section "Debugger Components" -> "Visualization Utilities" -> "Visualization Tool".
I assume you want to use the "Switch" instrument. Am I right?
To connect it to Bit 0 in PORT A (allocated at address 0), initialize properties as follows:
- Kind of Port: memory
- Port to Display: 0 (address of the port)
- Size: 1 Byte (as a port is 1 byte wide).
- Bit number to display: 0
- Top Position: Adjust which value is represented by top position.
According to the manual above "The behavior of the Push Button slightly differs from the others, since it returns to its initial state as soon as it has been released."
So when you release the button it changes back to its initial state.
Not sure this is what you are looking for.
CrasyCat