Incorrect check -- user-defined breakpoints would be ignored.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31494 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -126,7 +126,7 @@ ThreadHandler::HandleBreakpointHit(BreakpointHitEvent* event)
|
|||||||
// spurious breakpoint -- might be a temporary breakpoint, that has
|
// spurious breakpoint -- might be a temporary breakpoint, that has
|
||||||
// already been uninstalled
|
// already been uninstalled
|
||||||
continueThread = true;
|
continueThread = true;
|
||||||
} else if (breakpoint->HasEnabledUserBreakpoint()) {
|
} else if (!breakpoint->HasEnabledUserBreakpoint()) {
|
||||||
// breakpoint of another thread or one that has been disabled in
|
// breakpoint of another thread or one that has been disabled in
|
||||||
// the meantime
|
// the meantime
|
||||||
continueThread = true;
|
continueThread = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user