Changeset 82
- Timestamp:
- 04/08/05 11:29:45 (7 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
WingDBG/trunk/WingDBG/documentation/wingdbgdocs.html
r39 r82 33 33 <ul> 34 34 <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>35 2.5.0 or newer will work with Wing.</p> 36 36 </li> 37 37 <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. … … 50 50 <li><p class="first"><strong>Configure the WingDBG Product</strong> -- Start or restart Zope and 51 51 log into <a class="reference" href="http://localhost:8080/manage">http://localhost:8080/manage</a> (assuming default Zope 52 configuration). Click on the "Select Type to add..." menu, select 53 "Wing Debugger" and press the "Add" button if necessary. Name the 54 Wing Debugger instance and click on the "Change" button. Do not alter 52 configuration). The Wing Debugging Service will be created automatically on 53 startup; you can find it under the Control Panel of your server. Do not alter 55 54 the other default values.</p> 56 55 </li> … … 59 58 <div class="section" id="starting-the-debugger"> 60 59 <h1><a name="starting-the-debugger">Starting the Debugger</a></h1> 61 <p>Proceed to the Wing Debugger instance you just added in the Zope62 Management Interface and select "Start Debugger". Wing IDE 63 status area should display "Debugger: Debug process running".</p>60 <p>Proceed to the Wing Debugger Service by navigating to the Control Panel, 61 then selecting the 'Wing Debugging Service'. Click in the "Start" button. 62 The Wing IDE status area should display "Debugger: Debug process running".</p> 64 63 <p><strong>Problems?</strong> See the Trouble-Shooting Guide below.</p> 65 64 </div>
