Change debuggerStarted to YES.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@40222 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2016-11-17 14:21:29 +00:00
parent b7fc2a0ccf
commit eab302cc30
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2016-11-17 09:20-EST Gregory John Casamento <greg.casamento@gmail.com>
* Modules/Debuggers/ProjectCenter/PipeDelegate.m: Change flag to yes
in parseLine method to indicate debugger has started.
2016-11-17 09:18-EST Gregory John Casamento <greg.casamento@gmail.com>
* Modules/Debuggers/ProjectCenter/PCDebugger.h

View file

@ -158,6 +158,7 @@
{
[NOTIFICATION_CENTER postNotificationName:PCDBDebuggerStartedNotification
object: nil];
debuggerStarted = YES;
}
return PCDBPromptRecord;
}