mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 03:55:32 +00:00
Fix debugger breakpoints
This commit is contained in:
parent
746615a937
commit
56962a58da
1 changed files with 2 additions and 0 deletions
|
@ -79,6 +79,8 @@ void breakpoint_list::AddBreakpoint(u32 pc)
|
|||
pcVariant.setValue(pc);
|
||||
breakpointItem->setData(Qt::UserRole, pcVariant);
|
||||
addItem(breakpointItem);
|
||||
|
||||
Q_EMIT RequestShowAddress(pc);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue