Moved breakpointWasHit inside the DebugState struct, thus resolving a FIXME
svn-id: r49071
This commit is contained in:
parent
3dda73d9a2
commit
8b7c29a4ad
5 changed files with 9 additions and 11 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue