Updated VisualGDB debug settings for SDL1 (Async mode)
This commit is contained in:
parent
0f6617d3dd
commit
6c654428ad
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue