Changeset 358 for WingDBG/trunk/www/connection_trouble_help.pt
- Timestamp:
- 07/31/07 10:09:19 (5 years ago)
- Files:
-
- 1 modified
-
WingDBG/trunk/www/connection_trouble_help.pt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
WingDBG/trunk/www/connection_trouble_help.pt
r60 r358 15 15 <span tal:replace="here/ide_host">host</span>.</strong> 16 16 17 <p>Make sure Wing IDE is showing "Debugger: Ready and listening" and you 17 <p>Make sure Wing IDE is showing "No debug process / listening for 18 connections on TCP/IP port <span tal:replace="here/ide_port">port</span>" 19 in the status bar bug button's tooltip and you 18 20 have enabled Zope support from the Extensions tab of Project Properties 19 21 in Wing IDE.</p> … … 34 36 <strong tal:condition="python:here.pw_mode in (0, 1)"> 35 37 <tal:line condition="here/wingDebugPwIsValid">Invalid 36 <code> .wingdebugpw</code> file in the38 <code>wingdebugpw</code> file in the 37 39 <span tal:replace="python:test(here.pw_mode, here.pw_dir, 38 40 here.getProfileDir())">dir</span> 39 41 directory.</tal:line> 40 42 <tal:line condition="not:here/wingDebugPwIsValid">Missing 41 <code> .wingdebugpw</code>file.</tal:line>43 <code>wingdebugpw</code>file.</tal:line> 42 44 </strong> 43 45 <strong tal:condition="python:here.pw_mode == 2">Data scrambling and … … 45 47 IDE</strong> 46 48 47 <p>When present, the <code> .wingdebugpw</code> file must match the file49 <p>When present, the <code>wingdebugpw</code> file must match the file 48 50 in the User Settings Directory for the user running Wing IDE.</p> 49 51 </li>
