Show
Ignore:
Timestamp:
04/07/05 23:21:33 (7 years ago)
Author:
mj
Message:

W00t, super hack mode. Add auto-reconnect-to-ide mode. If not connected to the IDE, but a debug request comes in, attempt to connect to the IDE before handling the request.

Files:
1 modified

Legend:

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

    r77 r80  
    6767    <div class="form-help"> 
    6868      Connect to IDE when debugger is started. 
     69    </div> 
     70  </td> 
     71</tr> 
     72 
     73<tr> 
     74  <td align="left" valign="top" style="width: 10em;"> 
     75    <label for="auto_reconnect_ide" class="form-label">Auto re-connect</label> 
     76  </td><td> 
     77    <input class="form-element" type="checkbox" name="auto_reconnect_ide:bool" 
     78           tabindex="" id="auto_reconnect_ide" 
     79           tal:attributes="checked here/auto_reconnect_ide; 
     80                           tabindex python:tabindex.next() and tabindex.item" /> 
     81    <input type="hidden" name="auto_reconnect_ide:bool:default" value="" /> 
     82    <div class="form-help"> 
     83      Try to reconnect to IDE when the debug server is handling a request but 
     84      the IDE is not connected. The reconnect is attempted on every request, 
     85      so use with caution. 
    6986    </div> 
    7087  </td>