ILHookDebugger_Settings_UnloadWhenDetached= Unload When Detached
ILHookDebugger_Settings_UnloadWhenDetached_Help= Unload all my debuggers when you stop debugging (aka detach)

ILHookDebugger_Help_RefreshIsAllYouNeed=
If a new hook was added to debugging method, 
it will generate a new assembly, but old one will not be disposed immediately.
This button collects all unused generated assembly.

in other words, it's useless.

ILHookDebugger_Help_WhatIsDump=
it will export the method to somewhere.
you can check it with decompiler.

ILHookDebugger_Settings_MappingUtilsIntegration= Mapping Utils Integration
ILHookDebugger_Settings_MappingUtilsIntegration_Help=
You will be able to use this mod in Mapping Utils.
Require MappingUtils 0.2.0 ~ 0.9.0, or this option will not work.
Suitable for those who want to press one key to open two windows.

You can still use them without Mapping Utils.
Bind a key to open the panel.
ILHookDebugger_Settings_BreakOnce=Break Once
ILHookDebugger_Settings_BreakOnce_Help=
Debugger.Break will only be called for once.
But If a new hook was added to debugging method, 
I need to generate a new assembly,
and causes another Break.

ILHookDebugger_Settings_PrettifyMonoMod=Prettify MonoMod
ILHookDebugger_Settings_PrettifyMonoMod_Help=
EmitDelegate supports delegates by throwing garbage at your decompiler.
this option can clean them up.

ILHookDebugger_Settings_IDE=IDE Compatibility
ILHookDebugger_Settings_IDE_Help=
which IDE you are using.
can slightly improve your debugging experience.


ILHookDebugger_Settings_BreakOnce_Help_Disabled=
I would suggest you to enable it, or your ide will always trigger the breakpoint.

ILHookDebugger_Settings_Convertor=
Another Symbol Convertor
ILHookDebugger_Settings_Convertor_Help=
Convert symbols to shape proximity charactor.
Sometimes looks strange.

ILHookDebugger_Help_LaunchNeedConfigure=
Make sure you have set your IDE to default Just-In-Time Debugger.

ILHookDebugger_Help_Displayer=
Use in-game displayer, instead of console.

ILHookDebugger_Help_Editor=
Use editor, which is the same as mapping utils, instead of displayer.
Must install extension: TextEditor,
or mapping utils.

ILHookDebugger_Help_Editor_True=
Now using TextEditor from: 

ILHookDebugger_Settings_ConsoleColor=
Use Colorful Console

ILHookDebugger_Settings_ConsoleColor_Help=
Not all consoles support 24-bit color, but it's unlikely that you're using one of them.
The output will also be copied to log.txt which obviously does not support it, so there will be a mess.

ILHookDebugger_Help_Decompiler_True=
Now using Decompiler from: 

ILHookDebugger_Help_Decompiler=
Must install extension: Decompiler,
or mapping utils.
