Updated VisualGDB debug settings for SDL1 (Async mode)

This commit is contained in:
Dimitris Panokostas 2017-12-19 00:14:23 +01:00
parent 0f6617d3dd
commit 6c654428ad

View file

@ -63,7 +63,7 @@
<StepIntoNewInstanceEntry>main</StepIntoNewInstanceEntry> <StepIntoNewInstanceEntry>main</StepIntoNewInstanceEntry>
<ExamineRegistersInRawFormat>true</ExamineRegistersInRawFormat> <ExamineRegistersInRawFormat>true</ExamineRegistersInRawFormat>
<DisableSignals>false</DisableSignals> <DisableSignals>false</DisableSignals>
<EnableAsyncExecutionMode>false</EnableAsyncExecutionMode> <EnableAsyncExecutionMode>true</EnableAsyncExecutionMode>
<EnableNonStopMode>false</EnableNonStopMode> <EnableNonStopMode>false</EnableNonStopMode>
<MaxBreakpointLimit>0</MaxBreakpointLimit> <MaxBreakpointLimit>0</MaxBreakpointLimit>
</AdditionalGDBSettings> </AdditionalGDBSettings>
@ -76,7 +76,7 @@
<DeploymentTargetPath>/home/pi/projects/amiberry/$(TargetFileName)</DeploymentTargetPath> <DeploymentTargetPath>/home/pi/projects/amiberry/$(TargetFileName)</DeploymentTargetPath>
<X11WindowMode>Remote</X11WindowMode> <X11WindowMode>Remote</X11WindowMode>
<KeepConsoleAfterExit>false</KeepConsoleAfterExit> <KeepConsoleAfterExit>false</KeepConsoleAfterExit>
<RunGDBUnderSudo>false</RunGDBUnderSudo> <RunGDBUnderSudo>true</RunGDBUnderSudo>
<DeploymentMode>Auto</DeploymentMode> <DeploymentMode>Auto</DeploymentMode>
<LdLibraryPath /> <LdLibraryPath />
<DeployWhenLaunchedWithoutDebugging>true</DeployWhenLaunchedWithoutDebugging> <DeployWhenLaunchedWithoutDebugging>true</DeployWhenLaunchedWithoutDebugging>