HI, I am trying to run Webkit in debug under Mac, but I get the following error:
$ WebKitTools/Scripts/run-safari --debug Starting Safari with DYLD_FRAMEWORK_PATH set to point to built WebKit in /Volumes/test/WebKit/WebKitBuild/Debug. 2009-01-28 10:51:04.314 Safari[36717:80f] *** CFMessagePort: bootstrap_register(): failed 1100 (0x44c) 'Permission denied', port = 0x7d03, name = 'com.apple.Safari.ServiceProvider' See /usr/include/servers/bootstrap_defs.h for the error codes. >From the '/usr/include/servers/bootstrap_defs.h' #define BOOTSTRAP_NOT_PRIVILEGED 1100 I expected it runs in a debugger so that I can step thru the code. But it just run as an application. Can you please tell me what am I missing? Thank you. _______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

