Changeset 80 for WingDBG/trunk/WingDBG/WingDBG.py
- Timestamp:
- 04/07/05 23:21:33 (7 years ago)
- Files:
-
- 1 modified
-
WingDBG/trunk/WingDBG/WingDBG.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
WingDBG/trunk/WingDBG/WingDBG.py
r78 r80 100 100 {'id': 'auto_start', 'type': 'boolean', 'mode': 'w'}, 101 101 {'id': 'connect_at_start', 'type': 'boolean', 'mode': 'w'}, 102 {'id': 'auto_reconnect_ide', 'type': 'boolean', 'mode': 'w'}, 102 103 # Remotely initiated IDE connections 103 104 {'id': 'allow_attach', 'type': 'boolean', 'mode': 'w'}, … … 124 125 auto_start = 0 125 126 connect_at_start = 1 127 auto_reconnect_ide = 0 126 128 127 129 allow_attach = 0
