This repository has been archived by the owner on Oct 31, 2021. It is now read-only.
forked from GameTechDev/ClusteredShadingAndroid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ClusteredShadingAndroid-Debug.vgdbsettings
76 lines (76 loc) · 3.4 KB
/
ClusteredShadingAndroid-Debug.vgdbsettings
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<?xml version="1.0"?>
<VisualGDBProjectSettings2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ConfigurationName>Debug</ConfigurationName>
<Project xsi:type="com.visualgdb.project.android">
<CustomSourceDirectories>
<Directories />
<PathStyle>MinGWWindowsSlash</PathStyle>
</CustomSourceDirectories>
<AndroidProjectPath>$(ProjectDir)</AndroidProjectPath>
</Project>
<Build xsi:type="com.visualgdb.build.android">
<AndroidPlatform>android-19</AndroidPlatform>
<IsDebugConfiguration>true</IsDebugConfiguration>
<JNIOnlyBuild>false</JNIOnlyBuild>
<AdditionalDirectoriesToDeleteOnClean>bin;obj</AdditionalDirectoriesToDeleteOnClean>
<DeleteANTFilesOnClean>false</DeleteANTFilesOnClean>
<DoNotEditAndroidManifest>false</DoNotEditAndroidManifest>
<CustomActions />
</Build>
<Debug xsi:type="com.visualgdb.debug.android">
<AdditionalStartupCommands />
<AdditionalGDBSettings>
<FilterSpuriousStoppedNotifications>false</FilterSpuriousStoppedNotifications>
<ForceSingleThreadedMode>false</ForceSingleThreadedMode>
<PendingBreakpointsSupported>true</PendingBreakpointsSupported>
<DisableChildRanges>false</DisableChildRanges>
<UseAppleExtensions>false</UseAppleExtensions>
<CanAcceptCommandsWhileRunning>false</CanAcceptCommandsWhileRunning>
<MakeLogFile>false</MakeLogFile>
<IgnoreModuleEventsWhileStepping>true</IgnoreModuleEventsWhileStepping>
<UseRelativePathsOnly>false</UseRelativePathsOnly>
<ExitAction>KillApp</ExitAction>
<Features>
<DisableAutoDetection>false</DisableAutoDetection>
<UseFrameParameter>false</UseFrameParameter>
<SimpleValuesFlagSupported>false</SimpleValuesFlagSupported>
<ListLocalsSupported>false</ListLocalsSupported>
<ByteLevelMemoryCommandsAvailable>false</ByteLevelMemoryCommandsAvailable>
<ThreadInfoSupported>false</ThreadInfoSupported>
<PendingBreakpointsSupported>false</PendingBreakpointsSupported>
<SupportTargetCommand>false</SupportTargetCommand>
</Features>
<DisableDisassembly>false</DisableDisassembly>
<ExamineMemoryWithXCommand>false</ExamineMemoryWithXCommand>
<StepIntoNewInstanceEntry>main</StepIntoNewInstanceEntry>
<ExamineRegistersInRawFormat>true</ExamineRegistersInRawFormat>
</AdditionalGDBSettings>
<LaunchGDBSettings xsi:type="GDBLaunchParametersAndroid" />
<GenerateCtrlBreakInsteadOfCtrlC>false</GenerateCtrlBreakInsteadOfCtrlC>
<UseDefaultInstallDir>false</UseDefaultInstallDir>
<RemotePort>5039</RemotePort>
<LocalPort>5039</LocalPort>
<GDBServerStartupTimeout>10000</GDBServerStartupTimeout>
<AdditionalGDBServerStartupDelay>0</AdditionalGDBServerStartupDelay>
<DoubleSlashWorkaround>false</DoubleSlashWorkaround>
<AlreadyRunningDecision>Ask</AlreadyRunningDecision>
<ShowLogCat>true</ShowLogCat>
<EnableThreadNameWatcher>true</EnableThreadNameWatcher>
</Debug>
<CustomBuild>
<PreBuildActions />
<PostBuildActions />
<PreCleanActions />
<PostCleanActions />
</CustomBuild>
<CustomDebug>
<PreDebugActions />
<PostDebugActions />
<BreakMode>Default</BreakMode>
</CustomDebug>
<CustomShortcuts>
<Shortcuts />
<ShowMessageAfterExecuting>true</ShowMessageAfterExecuting>
</CustomShortcuts>
<UserDefinedVariables />
</VisualGDBProjectSettings2>