Enabled async debug mode in VisualGDB project
This commit is contained in:
parent
b0db96dbc7
commit
9cc2f48f17
1 changed files with 10 additions and 10 deletions
|
@ -35,7 +35,6 @@
|
||||||
</FileMasks>
|
</FileMasks>
|
||||||
<TransferNewFilesOnly>true</TransferNewFilesOnly>
|
<TransferNewFilesOnly>true</TransferNewFilesOnly>
|
||||||
<IncludeSubdirectories>true</IncludeSubdirectories>
|
<IncludeSubdirectories>true</IncludeSubdirectories>
|
||||||
<SelectedDirectories />
|
|
||||||
<DeleteDisappearedFiles>false</DeleteDisappearedFiles>
|
<DeleteDisappearedFiles>false</DeleteDisappearedFiles>
|
||||||
<ApplyGlobalExclusionList>true</ApplyGlobalExclusionList>
|
<ApplyGlobalExclusionList>true</ApplyGlobalExclusionList>
|
||||||
</MainSourceTransferCommand>
|
</MainSourceTransferCommand>
|
||||||
|
@ -58,6 +57,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>
|
||||||
|
@ -67,14 +67,14 @@
|
||||||
<AdditionalGDBSettings>
|
<AdditionalGDBSettings>
|
||||||
<Features>
|
<Features>
|
||||||
<DisableAutoDetection>false</DisableAutoDetection>
|
<DisableAutoDetection>false</DisableAutoDetection>
|
||||||
<UseFrameParameter>false</UseFrameParameter>
|
<UseFrameParameter>true</UseFrameParameter>
|
||||||
<SimpleValuesFlagSupported>false</SimpleValuesFlagSupported>
|
<SimpleValuesFlagSupported>true</SimpleValuesFlagSupported>
|
||||||
<ListLocalsSupported>false</ListLocalsSupported>
|
<ListLocalsSupported>true</ListLocalsSupported>
|
||||||
<ByteLevelMemoryCommandsAvailable>false</ByteLevelMemoryCommandsAvailable>
|
<ByteLevelMemoryCommandsAvailable>true</ByteLevelMemoryCommandsAvailable>
|
||||||
<ThreadInfoSupported>false</ThreadInfoSupported>
|
<ThreadInfoSupported>true</ThreadInfoSupported>
|
||||||
<PendingBreakpointsSupported>false</PendingBreakpointsSupported>
|
<PendingBreakpointsSupported>true</PendingBreakpointsSupported>
|
||||||
<SupportTargetCommand>false</SupportTargetCommand>
|
<SupportTargetCommand>true</SupportTargetCommand>
|
||||||
<ReliableBreakpointNotifications>false</ReliableBreakpointNotifications>
|
<ReliableBreakpointNotifications>true</ReliableBreakpointNotifications>
|
||||||
</Features>
|
</Features>
|
||||||
<EnableSmartStepping>false</EnableSmartStepping>
|
<EnableSmartStepping>false</EnableSmartStepping>
|
||||||
<FilterSpuriousStoppedNotifications>false</FilterSpuriousStoppedNotifications>
|
<FilterSpuriousStoppedNotifications>false</FilterSpuriousStoppedNotifications>
|
||||||
|
@ -90,7 +90,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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue