| | 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. |