X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=WebKitTools%2FWebKitLauncher%2Fmain.m;h=61fc64e54577f24056e8121654c1a9f8a5921cef;hp=7167d32f795cfe8bba680deecb04d1be1092e9f6;hb=cab598797b32061f06d6a96e2f14c3f2831da295;hpb=7662270b169d52077a6d8c3a17b33bd1eccc6f5a diff --git a/WebKitTools/WebKitLauncher/main.m b/WebKitTools/WebKitLauncher/main.m index 7167d32f795c..61fc64e54577 100644 --- a/WebKitTools/WebKitLauncher/main.m +++ b/WebKitTools/WebKitLauncher/main.m @@ -123,7 +123,7 @@ int main(int argc, char *argv[]) NSString *executablePath = [[NSBundle bundleWithPath:[(NSURL *)safariURL path]] executablePath]; NSString *pathToEnablerLib = [[NSBundle mainBundle] pathForResource:@"WebKitNightlyEnabler" ofType:@"dylib"]; - NSMutableArray *arguments = [NSMutableArray arrayWithObjects:executablePath, @"-WebKitDeveloperExtras", @"YES", nil]; + NSMutableArray *arguments = [NSMutableArray arrayWithObjects:executablePath, @"-WebKitDeveloperExtras", @"YES", @"-WebKitScriptDebuggerEnabled", @"YES", nil]; addStartPageToArgumentsIfNeeded(arguments); while (*++argv) @@ -144,4 +144,3 @@ int main(int argc, char *argv[]) [pool release]; return 0; } -\ No newline at end of file