mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 23:41:26 +12: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);
|
pcVariant.setValue(pc);
|
||||||
breakpointItem->setData(Qt::UserRole, pcVariant);
|
breakpointItem->setData(Qt::UserRole, pcVariant);
|
||||||
addItem(breakpointItem);
|
addItem(breakpointItem);
|
||||||
|
|
||||||
|
Q_EMIT RequestShowAddress(pc);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue