mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-07 16:17:42 +00:00
Scratching an itch. It's very painful to debug Keyman Core on Windows. This helps a little. It allows you to step through the code without loading keyman32.dll into every process. It's not perfect, because when actions are sent, they tend to land in the debugger because SendInput does not care about the active window! However, if you don't care about that too much (or if you are willing to try a remote debug setup), then this should really simplify debugging.
31 lines
1.4 KiB
Text
31 lines
1.4 KiB
Text
|
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
|
# Visual Studio Version 16
|
|
VisualStudioVersion = 16.0.31313.79
|
|
MinimumVisualStudioVersion = 10.0.40219.1
|
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testhost", "testhost.vcxproj", "{12818DA3-0472-49A5-96FC-A4808A1A77FA}"
|
|
EndProject
|
|
Global
|
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
Debug|x64 = Debug|x64
|
|
Debug|x86 = Debug|x86
|
|
Release|x64 = Release|x64
|
|
Release|x86 = Release|x86
|
|
EndGlobalSection
|
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
{12818DA3-0472-49A5-96FC-A4808A1A77FA}.Debug|x64.ActiveCfg = Debug|x64
|
|
{12818DA3-0472-49A5-96FC-A4808A1A77FA}.Debug|x64.Build.0 = Debug|x64
|
|
{12818DA3-0472-49A5-96FC-A4808A1A77FA}.Debug|x86.ActiveCfg = Debug|Win32
|
|
{12818DA3-0472-49A5-96FC-A4808A1A77FA}.Debug|x86.Build.0 = Debug|Win32
|
|
{12818DA3-0472-49A5-96FC-A4808A1A77FA}.Release|x64.ActiveCfg = Release|x64
|
|
{12818DA3-0472-49A5-96FC-A4808A1A77FA}.Release|x64.Build.0 = Release|x64
|
|
{12818DA3-0472-49A5-96FC-A4808A1A77FA}.Release|x86.ActiveCfg = Release|Win32
|
|
{12818DA3-0472-49A5-96FC-A4808A1A77FA}.Release|x86.Build.0 = Release|Win32
|
|
EndGlobalSection
|
|
GlobalSection(SolutionProperties) = preSolution
|
|
HideSolutionNode = FALSE
|
|
EndGlobalSection
|
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
|
SolutionGuid = {317CB537-F418-4915-8FEE-F12BA2173534}
|
|
EndGlobalSection
|
|
EndGlobal
|