ILHookDebugger_Settings_UnloadWhenDetached= Unload When Detached
ILHookDebugger_Settings_UnloadWhenDetached_Help= Unload all my breakpoint 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.
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.

ILHookDebugger_Settings_DecompileResolver=
Use Decompile Resolver

ILHookDebugger_Settings_DecompileResolver_Help=
allows ilspy decompiler search for the dll.
it mysteriously crashes on several methods, if that happens, try toggling it.

ILHookDebugger_Settings_DecompileHackFix=
Decompiler Hack Fix

ILHookDebugger_Settings_DecompileHackFix_Help=
Fix a bug that somehow comes from ilspy.
It's hacking safe though.

ILHookDebugger_Helping_Disable=
Disable builtin help forever. you can't enable it without editing settings.yaml.

ILHookDebugger_Helping_Sdep1=
Step1: Click some button in your IDE. Should be Debug(Run) > Attach to Process... > Select Celeste.

ILHookDebugger_Helping_Sdep2=
Step2: Search a method.

ILHookDebugger_Helping_Sdep3=
Step3: There may be multiple match. Pick the one you want out,

ILHookDebugger_Helping_Sdep33=
and click Insert Breakpoint.

ILHookDebugger_Helping_Sdep4=
Done.

ILHookDebugger_Settings_Decompiler_ServerMode=
Server Mode
ILHookDebugger_Settings_Help_Decompiler_ServerMode=
Serves as ILHookViewer Website.

ILHookDebugger_Settings_Decompiler_ServerModePort=
Server Port
ILHookDebugger_Settings_Help_Decompiler_ServerModePort=
Port for Server Mode. Requires reboot.
ILHookDebugger_Settings_Help_Decompiler_ServerModePort_NoEdit=
Please edit from ImGui, commandline, or edit config file.

ILHookDebugger_Tooltips_Enable=
Enable or disable an hook.
Implementation is the same as Mapping utils. Won't sync between mu and ilhd.
Sometimes changes hook order.

ILHookDebugger_Tooltips_EnableV2=
Enable or disable an hook.
Won't sync between mu and ilhd. (surely)
Never changes hook order.
{n}
ILHook only, Toggle this will prevent the given method/assembly from being collected.
That is, sometimes causes memory issue when hot code reloading.

ILHookDebugger_Tooltips_Hide=
Only hide for diff.

ILHookDebugger_Tooltips_Decompile=
Click to decompile this method.

ILHookDebugger_Settings_IEnumeratorPatch=
Patch IEnumerator

ILHookDebugger_Settings_IEnumeratorPatch_Help=
Patch IEnumerator to let it to be decompiled as state machine.
Some of our normal hooks can break it, just disable it when you encounter issues, don't report to me.
