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/WingDBG.py

    r78 r80  
    100100        {'id': 'auto_start', 'type': 'boolean', 'mode': 'w'}, 
    101101        {'id': 'connect_at_start', 'type': 'boolean', 'mode': 'w'}, 
     102        {'id': 'auto_reconnect_ide', 'type': 'boolean', 'mode': 'w'}, 
    102103        # Remotely initiated IDE connections 
    103104        {'id': 'allow_attach', 'type': 'boolean', 'mode': 'w'}, 
     
    124125    auto_start = 0 
    125126    connect_at_start = 1 
     127    auto_reconnect_ide = 0 
    126128     
    127129    allow_attach = 0