Moved breakpointWasHit inside the DebugState struct, thus resolving a FIXME

svn-id: r49071
This commit is contained in:
Filippos Karapetis 2010-05-18 09:18:27 +00:00
parent 3dda73d9a2
commit 8b7c29a4ad
5 changed files with 9 additions and 11 deletions

View file

@ -197,6 +197,7 @@ Console::Console(SciEngine *engine) : GUI::Debugger() {
g_debugState.runningStep = 0;
g_debugState.stopOnEvent = false;
g_debugState.debugging = false;
g_debugState.breakpointWasHit = false;
}
Console::~Console() {