Updated VisualGDB settings
This commit is contained in:
parent
b877fd5bac
commit
33ddd8f7c3
2 changed files with 12 additions and 0 deletions
|
@ -44,6 +44,7 @@
|
|||
<MainSourceDirectoryForLocalBuilds>$(ProjectDir)</MainSourceDirectoryForLocalBuilds>
|
||||
</Project>
|
||||
<Build xsi:type="com.visualgdb.build.msbuild">
|
||||
<BuildLogMode xsi:nil="true" />
|
||||
<ToolchainID>
|
||||
<ID>com.visualgdb.raspberry_pi</ID>
|
||||
<Version>
|
||||
|
@ -55,6 +56,7 @@
|
|||
<ProjectFile>Amiberry.vcxproj</ProjectFile>
|
||||
<RemoteBuildEnvironment>
|
||||
<Records />
|
||||
<EnvironmentSetupFiles />
|
||||
</RemoteBuildEnvironment>
|
||||
<ParallelJobCount>1</ParallelJobCount>
|
||||
<SuppressDirectoryChangeMessages>true</SuppressDirectoryChangeMessages>
|
||||
|
@ -179,11 +181,13 @@
|
|||
<EnableAsyncExecutionMode>true</EnableAsyncExecutionMode>
|
||||
<EnableNonStopMode>false</EnableNonStopMode>
|
||||
<MaxBreakpointLimit>0</MaxBreakpointLimit>
|
||||
<EnableVerboseMode>true</EnableVerboseMode>
|
||||
</AdditionalGDBSettings>
|
||||
<LaunchGDBSettings xsi:type="GDBLaunchParametersNewInstance">
|
||||
<DebuggedProgram>$(TargetPath)</DebuggedProgram>
|
||||
<GDBServerPort>2000</GDBServerPort>
|
||||
<ProgramArguments />
|
||||
<ArgumentEscapingMode>Auto</ArgumentEscapingMode>
|
||||
</LaunchGDBSettings>
|
||||
<GenerateCtrlBreakInsteadOfCtrlC>false</GenerateCtrlBreakInsteadOfCtrlC>
|
||||
<DeploymentTargetPath>/home/pi/projects/amiberry/$(TargetFileName)</DeploymentTargetPath>
|
||||
|
@ -193,6 +197,8 @@
|
|||
<DeploymentMode>Auto</DeploymentMode>
|
||||
<LdLibraryPath>/usr/local/lib</LdLibraryPath>
|
||||
<DeployWhenLaunchedWithoutDebugging>true</DeployWhenLaunchedWithoutDebugging>
|
||||
<StripDebugSymbolsDuringDeployment>false</StripDebugSymbolsDuringDeployment>
|
||||
<SuppressTTYCreation>false</SuppressTTYCreation>
|
||||
<IndexDebugSymbols>true</IndexDebugSymbols>
|
||||
</Debug>
|
||||
</VisualGDBProjectSettings2>
|
Loading…
Add table
Add a link
Reference in a new issue