mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 20:42:21 +02:00
Removing ValidateBreakpoints
This commit is contained in:
parent
076931cf3b
commit
56e3077338
1 changed files with 1 additions and 1 deletions
|
@ -885,7 +885,7 @@ void WinDebugger::ValidateBreakpoints()
|
|||
Breakpoint* WinDebugger::FindBreakpointAt(intptr address)
|
||||
{
|
||||
#ifdef _DEBUG
|
||||
ValidateBreakpoints();
|
||||
//ValidateBreakpoints();
|
||||
#endif
|
||||
|
||||
WdBreakpoint* breakpoint = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue