mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-13 05:44:11 +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)
|
Breakpoint* WinDebugger::FindBreakpointAt(intptr address)
|
||||||
{
|
{
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
ValidateBreakpoints();
|
//ValidateBreakpoints();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
WdBreakpoint* breakpoint = NULL;
|
WdBreakpoint* breakpoint = NULL;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue