Show
Ignore:
Timestamp:
08/27/06 17:10:21 (6 years ago)
Author:
mj
Message:

Update changelog

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • z3wingdbg/trunk/interfaces.py

    r298 r325  
    145145        default=True) 
    146146     
     147    attachPort = schema.Int( 
     148        title=_(u'Attachment port'), 
     149        description=_(u'attach-port-description', 
     150                      u'Optional port where the debugger will listen for ' 
     151                      u'incoming connections from the Wing IDE.'), 
     152        default=None, 
     153        min=0, 
     154        max=65535, 
     155        required=False) 
     156     
    147157class IDebugServerConfiguration(interface.Interface): 
    148158    """Debug server configuration"""