Fix debugger breakpoints
This commit is contained in:
@@ -79,6 +79,8 @@ void breakpoint_list::AddBreakpoint(u32 pc)
|
|||||||
pcVariant.setValue(pc);
|
pcVariant.setValue(pc);
|
||||||
breakpointItem->setData(Qt::UserRole, pcVariant);
|
breakpointItem->setData(Qt::UserRole, pcVariant);
|
||||||
addItem(breakpointItem);
|
addItem(breakpointItem);
|
||||||
|
|
||||||
|
Q_EMIT RequestShowAddress(pc);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user