1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 20:42:21 +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)
{
#ifdef _DEBUG
ValidateBreakpoints();
//ValidateBreakpoints();
#endif
WdBreakpoint* breakpoint = NULL;