Changeset 28783 in webkit


Ignore:
Timestamp:
Dec 16, 2007 5:20:57 PM (16 years ago)
Author:
mrowe@apple.com
Message:

2007-12-16 Brent Fulgham <bfulgham@gmail.com>

Reviewed by Maciej Stachowiak.

http://bugs.webkit.org/show_bug.cgi?id=16446.

  • building/debug.html: Update to expand the win32 debugging instructions.
Location:
trunk/WebKitSite
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitSite/ChangeLog

    r28541 r28783  
     12007-12-16  Brent Fulgham  <bfulgham@gmail.com>
     2
     3        Reviewed by Maciej Stachowiak.
     4
     5        http://bugs.webkit.org/show_bug.cgi?id=16446.
     6
     7        * building/debug.html:  Update to expand the win32 debugging instructions.
     8
    192007-12-07  Brady Eidson  <beidson@apple.com>
    210
  • trunk/WebKitSite/building/debug.html

    r27878 r28783  
    3838<p>To launch Safari in the Visual Studio or Visual C++ Express debugger, simply run:</p>
    3939<p class="code">debug-safari</p>
     40<p>This command will launch the Visual Studio debugging environment, and attach to Safari connected to the debug build of WebKit.dll.  There are a few things to keep in mind:
     41<ul>
     42<li>The instance of Safari is not running yet.  You must press the F5 key (or the 'Run' button) to see anything happen.</li>
     43<li>If you want to set any breakpoints, you must navigate to the particular source file you wish to investigate using the "File|Open" menu.</li>
     44<li><p>If you want to see the helpful output debug messages, you should edit the debug settings for the Safari solution (i.e., the pseudo-project created when the debugger attached to Safari):</p>
     45<img src="debug_vs2005.jpg">
     46<p>You should consider including the command-line switch '<span class="code">/console</span>'.  This causes Safari to run with an open DOS shell in which output messages, created with the <span class="code">LOG</span> macro, appear.</p>
     47<img src="console_vs2005.jpg"></li>
     48</ul></p>
    4049</div>
    4150
Note: See TracChangeset for help on using the changeset viewer.