public class BreakpointColumn extends AbstractDebugColumn
| Constructor and Description |
|---|
BreakpointColumn(CPU cpu) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getDebugValue(int location)
Determine if a breakpoint is set at specific location.
|
int |
getDefaultWidth()
Get default width of the column.
|
boolean |
isEditable()
Returns true if the column is editable.
|
void |
setDebugValue(int location,
Object value)
Set or unset breakpoint to specific location.
|
getClassType, getTitlepublic BreakpointColumn(CPU cpu)
public void setDebugValue(int location,
Object value)
location - memory address (not row in debug table)value - boolean value (set/unset breakpoint)public Object getDebugValue(int location)
location - memory address (not row in debug table)public boolean isEditable()
AbstractDebugColumnisEditable in interface DebugColumnisEditable in class AbstractDebugColumnpublic int getDefaultWidth()
DebugColumnCopyright © 2017. All rights reserved.