diff --git a/src/servers/debug/DebugServer.cpp b/src/servers/debug/DebugServer.cpp index 8386ba32bb..8c338236d7 100644 --- a/src/servers/debug/DebugServer.cpp +++ b/src/servers/debug/DebugServer.cpp @@ -786,8 +786,8 @@ TeamDebugHandler::_HandleMessage(DebugMessage *message) _PrintStackTrace(thread); - int32 debugAction; - bool explicitActionFound; + int32 debugAction = kActionPromptUser; + bool explicitActionFound = false; if (action_for_team(fExecutablePath, debugAction, explicitActionFound) != B_OK) { debugAction = kActionPromptUser;