Changeset 82

Show
Ignore:
Timestamp:
04/08/05 11:29:45 (7 years ago)
Author:
mj
Message:

Update documentation

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • WingDBG/trunk/WingDBG/documentation/wingdbgdocs.html

    r39 r82  
    3333<ul> 
    3434<li><p class="first"><strong>Install Zope</strong> -- You can obtain Zope from <a class="reference" href="http://www.zope.org">zope.org</a>.  Version  
    35 2.4.0 or newer will work with Wing.</p> 
     352.5.0 or newer will work with Wing.</p> 
    3636</li> 
    3737<li><p class="first"><strong>Install Wing IDE</strong> -- You will need <a class="reference" href="http://wingware.com/downloads">Wing IDE</a> 2.0.2 or later. 
     
    5050<li><p class="first"><strong>Configure the WingDBG Product</strong> -- Start or restart Zope and 
    5151log into <a class="reference" href="http://localhost:8080/manage">http://localhost:8080/manage</a> (assuming default Zope 
    52 configuration). Click on the &quot;Select Type to add...&quot; menu, select 
    53 &quot;Wing Debugger&quot; and press the &quot;Add&quot; button if necessary. Name the 
    54 Wing Debugger instance and click on the &quot;Change&quot; button. Do not alter 
     52configuration). The Wing Debugging Service will be created automatically on  
     53startup; you can find it under the Control Panel of your server. Do not alter 
    5554the other default values.</p> 
    5655</li> 
     
    5958<div class="section" id="starting-the-debugger"> 
    6059<h1><a name="starting-the-debugger">Starting the Debugger</a></h1> 
    61 <p>Proceed to the Wing Debugger instance you just added in the Zope 
    62 Management Interface and select &quot;Start Debugger&quot;. Wing IDE 
    63 status area should display &quot;Debugger: Debug process running&quot;.</p> 
     60<p>Proceed to the Wing Debugger Service by navigating to the Control Panel,  
     61then selecting the 'Wing Debugging Service'. Click in the &quot;Start&quot; button.  
     62The Wing IDE status area should display &quot;Debugger: Debug process running&quot;.</p> 
    6463<p><strong>Problems?</strong>  See the Trouble-Shooting Guide below.</p> 
    6564</div>