diff options
Diffstat (limited to 'skype/_Debugger')
-rw-r--r-- | skype/_Debugger/AutoDebug-Off.reg | 4 | ||||
-rw-r--r-- | skype/_Debugger/AutoDebug-On.reg | 10 |
2 files changed, 0 insertions, 14 deletions
diff --git a/skype/_Debugger/AutoDebug-Off.reg b/skype/_Debugger/AutoDebug-Off.reg deleted file mode 100644 index 7d8148d..0000000 --- a/skype/_Debugger/AutoDebug-Off.reg +++ /dev/null @@ -1,4 +0,0 @@ -Windows Registry Editor Version 5.00
-
-; [OFF] Auto attach to miranda32 process on startup.
-[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\miranda32.exe]
diff --git a/skype/_Debugger/AutoDebug-On.reg b/skype/_Debugger/AutoDebug-On.reg deleted file mode 100644 index c366092..0000000 --- a/skype/_Debugger/AutoDebug-On.reg +++ /dev/null @@ -1,10 +0,0 @@ -Windows Registry Editor Version 5.00
-
-; [ON] Auto attach to miranda32 process on startup.
-; Works with VS.NET
-; For VC6 specify another debugger.
-[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\miranda32.exe]
-"Debugger"="vsjitdebugger.exe"
-
-; VS.NET
-;"Debugger"="vsjitdebugger.exe"
|