Implement the configuration of how a breakpoint is added in the memory window

There might be a better way to highlight the options when adding the memory check, but for now, this works and the breakpoint list reports the right settings anyway.
This commit is contained in:
aldelaro5
2016-08-18 16:08:26 -04:00
committed by aldelaro5
parent da55d2a381
commit 72f1d99634
4 changed files with 44 additions and 2 deletions

View File

@ -82,7 +82,7 @@ void CMemoryView::OnMouseDownL(wxMouseEvent& event)
}
else
{
debugger->ToggleMemCheck(YToAddress(y));
debugger->ToggleMemCheck(YToAddress(y), memCheckRead, memCheckWrite, memCheckLog);
Refresh();