debug the webkit with visual studio 2005
HI: I am an neebie, i want to debug the webkit with visual studio 2005.now i have finished the steps: 1、 *Installing the Developer Tools* <http://webkit.org/building/tools.html> 2、*Getting WebKit* <http://webkit.org/building/checkout.html> 3、*Building WebKit* <http://webkit.org/building/build.html> now i want to run webkit, i open a Cygwin Shell and type this command in the shell WebKit/WebKitTools/Scripts/run-safari --debug but the result is: ERROR:couldn't determine installed safari path setting enviroments for using microsoft visual studio 2005 x86 tools How can i debug the webkit step by step? thank you!
Hi First you need to install safari first before starting the debug. There are two ways to debug.. 1. By running the debug command as you did below 2. Open Visual C++ IDE and open the webkit project, then attach the safari.exe process to this project. And click on Debug option Thanks Sundar ________________________________ From: webkit-dev-bounces@lists.webkit.org [mailto:webkit-dev-bounces@lists.webkit.org] On Behalf Of ??? Sent: Thursday, November 06, 2008 2:51 PM To: webkit-dev@lists.webkit.org Subject: [webkit-dev] debug the webkit with visual studio 2005 HI: I am an neebie, i want to debug the webkit with visual studio 2005.now i have finished the steps: 1、 Installing the Developer Tools <http://webkit.org/building/tools.html> 2、Getting WebKit <http://webkit.org/building/checkout.html> 3、Building WebKit <http://webkit.org/building/build.html> now i want to run webkit, i open a Cygwin Shell and type this command in the shell WebKit/WebKitTools/Scripts/run-safari --debug but the result is: ERROR:couldn't determine installed safari path setting enviroments for using microsoft visual studio 2005 x86 tools How can i debug the webkit step by step? thank you!
On Nov 6, 2008, at 4:21 AM, 赵经纬 wrote:
HI:
I am an neebie, i want to debug the webkit with visual studio 2005.now i have finished the steps:
1、 Installing the Developer Tools 2、Getting WebKit 3、Building WebKit
now i want to run webkit, i open a Cygwin Shell and type this command in the shell WebKit/WebKitTools/Scripts/run-safari --debug
This command will launch Safari using a debug build of WebKit. That is not the same as "debugging WebKit". If you want to debug WebKit, you should run debug-safari, which will launch Safari (with your built copy of WebKit) in the VS debugger.
but the result is: ERROR:couldn't determine installed safari path
Do you have Safari installed? -Adam
HI: I am so sorry to send the mail, but i encounter the same question with you. Have you solved it ? I will be very grateful if you can give me some advice. Thanks . Adam Roben wrote:
On Nov 6, 2008, at 4:21 AM, 赵经纬 wrote:
HI:
I am an neebie, i want to debug the webkit with visual studio 2005.now i have finished the steps:
1、 Installing the Developer Tools 2、Getting WebKit 3、Building WebKit
now i want to run webkit, i open a Cygwin Shell and type this command in the shell WebKit/WebKitTools/Scripts/run-safari --debug
This command will launch Safari using a debug build of WebKit. That is not the same as "debugging WebKit". If you want to debug WebKit, you should run debug-safari, which will launch Safari (with your built copy of WebKit) in the VS debugger.
but the result is: ERROR:couldn't determine installed safari path
Do you have Safari installed?
-Adam
_______________________________________________ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
-- View this message in context: http://old.nabble.com/debug-the-webkit-with-visual-studio-2005-tp20357603p27... Sent from the Webkit mailing list archive at Nabble.com.
participants (4)
-
Adam Roben
-
lily2005lucky
-
RAJENDIRAN SUNDARRAJAN-CPB738
-
赵经纬