You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
-
2
1
# JitMagic
3
2
4
-
JitMagic is a tool that allows you to have multiple Just-In-Time debuggers at once. It is able to also pass JIT operations off to other JIT debuggers like Visual Studio's JIT choice form.
3
+
JitMagic is a tool that allows you to have multiple Just-In-Time debuggers at once. It is able to also pass JIT operations off to other JIT debuggers like Visual Studio's JIT choice form. There should not be any functionality loss with a debugger by switching to JitMagic (full AeDebug featureset and eventing supported).
@@ -56,7 +56,7 @@ Run `JitMigic.exe --unregister` or launch JitMigic without any command line args
56
56
## For Debugger Developers
57
57
### Adding your debugger to JitMagic
58
58
59
-
Do you have a debugger you want JitMagic to offer? Great. For the most part if your app can already be used as a native AeDebug app it should work seamlessly with JitMagic. If your app does not support AeDebug style debugging already see [#How your debugger should behave] below for details on how it may still work. The recommend way of registering yourself with JitMagic is to check the AeDebug Debugger key `HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AeDebug\Debugger` if it contains JitMagic.exe offer your users the option to add the debugger to JitMagic.
59
+
Do you have a debugger you want JitMagic to offer? Great. For the most part if your app can already be used as a native AeDebug app it should work seamlessly with JitMagic. If your app does not support AeDebug style debugging already see [How your debugger should behave](#how-your-debugger-should-behave) below for details on how it may still work. The recommend way of registering yourself with JitMagic is to check the AeDebug Debugger key `HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AeDebug\Debugger` if it contains JitMagic.exe offer your users the option to add the debugger to JitMagic.
60
60
61
61
If they want to proceed take the executable path for JitMagic.exe (from the Debugger registry key you can extract its path similar to
0 commit comments