Show
Ignore:
Timestamp:
07/31/07 10:09:19 (5 years ago)
Author:
mj
Message:

Merge Wing 3b1 changes.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • WingDBG/trunk/www/connection_trouble_help.pt

    r60 r358  
    1515        <span tal:replace="here/ide_host">host</span>.</strong> 
    1616 
    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 
    1820        have enabled Zope support from the Extensions tab of Project Properties 
    1921        in Wing IDE.</p> 
     
    3436      <strong tal:condition="python:here.pw_mode in (0, 1)"> 
    3537          <tal:line condition="here/wingDebugPwIsValid">Invalid  
    36           <code>.wingdebugpw</code> file in the  
     38          <code>wingdebugpw</code> file in the  
    3739            <span tal:replace="python:test(here.pw_mode, here.pw_dir,  
    3840              here.getProfileDir())">dir</span> 
    3941            directory.</tal:line> 
    4042          <tal:line condition="not:here/wingDebugPwIsValid">Missing  
    41             <code>.wingdebugpw</code>file.</tal:line> 
     43            <code>wingdebugpw</code>file.</tal:line> 
    4244      </strong> 
    4345      <strong tal:condition="python:here.pw_mode == 2">Data scrambling and  
     
    4547        IDE</strong> 
    4648         
    47       <p>When present, the <code>.wingdebugpw</code> file must match the file  
     49      <p>When present, the <code>wingdebugpw</code> file must match the file  
    4850      in the User Settings Directory for the user running Wing IDE.</p> 
    4951    </li>