1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-13 05:44:11 +02:00

Removing ValidateBreakpoints

This commit is contained in:
Brian Fiete 2020-03-28 14:26:36 -07:00
parent 076931cf3b
commit 56e3077338

View file

@ -885,7 +885,7 @@ void WinDebugger::ValidateBreakpoints()
Breakpoint* WinDebugger::FindBreakpointAt(intptr address) Breakpoint* WinDebugger::FindBreakpointAt(intptr address)
{ {
#ifdef _DEBUG #ifdef _DEBUG
ValidateBreakpoints(); //ValidateBreakpoints();
#endif #endif
WdBreakpoint* breakpoint = NULL; WdBreakpoint* breakpoint = NULL;