Reviewed by ggaren.
Bug 9863: Drosera needs to show something at launch
http://bugzilla.opendarwin.org/show_bug.cgi?id=9863
* Drosera/DebuggerApplication.m:
(-[DebuggerApplication applicationDidFinishLaunching:]): Show the attach window on launch.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@15388
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2006-07-12 Mark Rowe <opendarwin.org@bdash.net.nz>
+
+ Reviewed by ggaren.
+
+ Bug 9863: Drosera needs to show something at launch
+ http://bugzilla.opendarwin.org/show_bug.cgi?id=9863
+
+ * Drosera/DebuggerApplication.m:
+ (-[DebuggerApplication applicationDidFinishLaunching:]): Show the attach window on launch.
+
2006-07-12 Mark Rowe <opendarwin.org@bdash.net.nz>
Reviewed by Timothy.
[[NSDistributedNotificationCenter defaultCenter] addObserver:self selector:@selector(serverLoaded:) name:WebScriptDebugServerQueryReplyNotification object:nil];
[[NSDistributedNotificationCenter defaultCenter] addObserver:self selector:@selector(serverUnloaded:) name:WebScriptDebugServerWillUnloadNotification object:nil];
[[NSDistributedNotificationCenter defaultCenter] postNotificationName:WebScriptDebugServerQueryNotification object:nil];
+
+ [self showAttachPanel:nil];
}
#pragma mark -