Updated VisualGDB settings

This commit is contained in:
Dimitris Panokostas 2019-10-26 22:41:20 +02:00
parent b877fd5bac
commit 33ddd8f7c3
2 changed files with 12 additions and 0 deletions

View file

@ -44,6 +44,7 @@
<MainSourceDirectoryForLocalBuilds>$(ProjectDir)</MainSourceDirectoryForLocalBuilds> <MainSourceDirectoryForLocalBuilds>$(ProjectDir)</MainSourceDirectoryForLocalBuilds>
</Project> </Project>
<Build xsi:type="com.visualgdb.build.msbuild"> <Build xsi:type="com.visualgdb.build.msbuild">
<BuildLogMode xsi:nil="true" />
<ToolchainID> <ToolchainID>
<ID>com.visualgdb.raspberry_pi</ID> <ID>com.visualgdb.raspberry_pi</ID>
<Version> <Version>
@ -55,6 +56,7 @@
<ProjectFile>Amiberry.vcxproj</ProjectFile> <ProjectFile>Amiberry.vcxproj</ProjectFile>
<RemoteBuildEnvironment> <RemoteBuildEnvironment>
<Records /> <Records />
<EnvironmentSetupFiles />
</RemoteBuildEnvironment> </RemoteBuildEnvironment>
<ParallelJobCount>1</ParallelJobCount> <ParallelJobCount>1</ParallelJobCount>
<SuppressDirectoryChangeMessages>true</SuppressDirectoryChangeMessages> <SuppressDirectoryChangeMessages>true</SuppressDirectoryChangeMessages>
@ -179,11 +181,13 @@
<EnableAsyncExecutionMode>true</EnableAsyncExecutionMode> <EnableAsyncExecutionMode>true</EnableAsyncExecutionMode>
<EnableNonStopMode>false</EnableNonStopMode> <EnableNonStopMode>false</EnableNonStopMode>
<MaxBreakpointLimit>0</MaxBreakpointLimit> <MaxBreakpointLimit>0</MaxBreakpointLimit>
<EnableVerboseMode>true</EnableVerboseMode>
</AdditionalGDBSettings> </AdditionalGDBSettings>
<LaunchGDBSettings xsi:type="GDBLaunchParametersNewInstance"> <LaunchGDBSettings xsi:type="GDBLaunchParametersNewInstance">
<DebuggedProgram>$(TargetPath)</DebuggedProgram> <DebuggedProgram>$(TargetPath)</DebuggedProgram>
<GDBServerPort>2000</GDBServerPort> <GDBServerPort>2000</GDBServerPort>
<ProgramArguments /> <ProgramArguments />
<ArgumentEscapingMode>Auto</ArgumentEscapingMode>
</LaunchGDBSettings> </LaunchGDBSettings>
<GenerateCtrlBreakInsteadOfCtrlC>false</GenerateCtrlBreakInsteadOfCtrlC> <GenerateCtrlBreakInsteadOfCtrlC>false</GenerateCtrlBreakInsteadOfCtrlC>
<DeploymentTargetPath>/home/pi/projects/amiberry/$(TargetFileName)</DeploymentTargetPath> <DeploymentTargetPath>/home/pi/projects/amiberry/$(TargetFileName)</DeploymentTargetPath>
@ -193,6 +197,8 @@
<DeploymentMode>Auto</DeploymentMode> <DeploymentMode>Auto</DeploymentMode>
<LdLibraryPath>/usr/local/lib</LdLibraryPath> <LdLibraryPath>/usr/local/lib</LdLibraryPath>
<DeployWhenLaunchedWithoutDebugging>true</DeployWhenLaunchedWithoutDebugging> <DeployWhenLaunchedWithoutDebugging>true</DeployWhenLaunchedWithoutDebugging>
<StripDebugSymbolsDuringDeployment>false</StripDebugSymbolsDuringDeployment>
<SuppressTTYCreation>false</SuppressTTYCreation> <SuppressTTYCreation>false</SuppressTTYCreation>
<IndexDebugSymbols>true</IndexDebugSymbols>
</Debug> </Debug>
</VisualGDBProjectSettings2> </VisualGDBProjectSettings2>

View file

@ -44,6 +44,7 @@
<MainSourceDirectoryForLocalBuilds>$(ProjectDir)</MainSourceDirectoryForLocalBuilds> <MainSourceDirectoryForLocalBuilds>$(ProjectDir)</MainSourceDirectoryForLocalBuilds>
</Project> </Project>
<Build xsi:type="com.visualgdb.build.msbuild"> <Build xsi:type="com.visualgdb.build.msbuild">
<BuildLogMode xsi:nil="true" />
<ToolchainID> <ToolchainID>
<ID>com.visualgdb.raspberry_pi</ID> <ID>com.visualgdb.raspberry_pi</ID>
<Version> <Version>
@ -55,6 +56,7 @@
<ProjectFile>Amiberry.vcxproj</ProjectFile> <ProjectFile>Amiberry.vcxproj</ProjectFile>
<RemoteBuildEnvironment> <RemoteBuildEnvironment>
<Records /> <Records />
<EnvironmentSetupFiles />
</RemoteBuildEnvironment> </RemoteBuildEnvironment>
<ParallelJobCount>1</ParallelJobCount> <ParallelJobCount>1</ParallelJobCount>
<SuppressDirectoryChangeMessages>true</SuppressDirectoryChangeMessages> <SuppressDirectoryChangeMessages>true</SuppressDirectoryChangeMessages>
@ -175,11 +177,13 @@
<EnableAsyncExecutionMode>true</EnableAsyncExecutionMode> <EnableAsyncExecutionMode>true</EnableAsyncExecutionMode>
<EnableNonStopMode>false</EnableNonStopMode> <EnableNonStopMode>false</EnableNonStopMode>
<MaxBreakpointLimit>0</MaxBreakpointLimit> <MaxBreakpointLimit>0</MaxBreakpointLimit>
<EnableVerboseMode>true</EnableVerboseMode>
</AdditionalGDBSettings> </AdditionalGDBSettings>
<LaunchGDBSettings xsi:type="GDBLaunchParametersNewInstance"> <LaunchGDBSettings xsi:type="GDBLaunchParametersNewInstance">
<DebuggedProgram>$(TargetPath)</DebuggedProgram> <DebuggedProgram>$(TargetPath)</DebuggedProgram>
<GDBServerPort>2000</GDBServerPort> <GDBServerPort>2000</GDBServerPort>
<ProgramArguments /> <ProgramArguments />
<ArgumentEscapingMode>Auto</ArgumentEscapingMode>
</LaunchGDBSettings> </LaunchGDBSettings>
<GenerateCtrlBreakInsteadOfCtrlC>false</GenerateCtrlBreakInsteadOfCtrlC> <GenerateCtrlBreakInsteadOfCtrlC>false</GenerateCtrlBreakInsteadOfCtrlC>
<DeploymentTargetPath>/home/pi/projects/amiberry/$(TargetFileName)</DeploymentTargetPath> <DeploymentTargetPath>/home/pi/projects/amiberry/$(TargetFileName)</DeploymentTargetPath>
@ -189,6 +193,8 @@
<DeploymentMode>Auto</DeploymentMode> <DeploymentMode>Auto</DeploymentMode>
<LdLibraryPath>/usr/local/lib</LdLibraryPath> <LdLibraryPath>/usr/local/lib</LdLibraryPath>
<DeployWhenLaunchedWithoutDebugging>true</DeployWhenLaunchedWithoutDebugging> <DeployWhenLaunchedWithoutDebugging>true</DeployWhenLaunchedWithoutDebugging>
<StripDebugSymbolsDuringDeployment>false</StripDebugSymbolsDuringDeployment>
<SuppressTTYCreation>false</SuppressTTYCreation> <SuppressTTYCreation>false</SuppressTTYCreation>
<IndexDebugSymbols>true</IndexDebugSymbols>
</Debug> </Debug>
</VisualGDBProjectSettings2> </VisualGDBProjectSettings2>