1
0
Fork 0

Rename trace coverage options to be clearer

This commit is contained in:
Duncan Ogilvie 2025-12-14 14:30:22 +01:00
parent e3ffc0c440
commit 1e29743f82
1 changed files with 3 additions and 3 deletions

View File

@ -1036,7 +1036,7 @@
<normaloff>:/Default/icons/bit.png</normaloff>:/Default/icons/bit.png</iconset>
</property>
<property name="text">
<string>Bit</string>
<string>Mark covered (yes/no)</string>
</property>
<property name="statusTip">
<string>Enable trace coverage with 1 bit (whether an instruction was executed or not)</string>
@ -1048,7 +1048,7 @@
<normaloff>:/Default/icons/byte.png</normaloff>:/Default/icons/byte.png</iconset>
</property>
<property name="text">
<string>Byte</string>
<string>Count hits (up to 255)</string>
</property>
<property name="statusTip">
<string>Enable trace coverage with 1 byte to record how many times an instruction has been executed.</string>
@ -1060,7 +1060,7 @@
<normaloff>:/Default/icons/word.png</normaloff>:/Default/icons/word.png</iconset>
</property>
<property name="text">
<string>Word</string>
<string>Count hits (up to 65535)</string>
</property>
<property name="statusTip">
<string>Enable trace coverage with 1 word to record how many times an instruction has been executed.</string>