24 lines
901 B
XML
24 lines
901 B
XML
<?xml version="1.0"?>
|
|
<VisualGDBUserPreferences xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
<UserDefinedVariableValues />
|
|
<DebugPreferences xsi:type="com.visualgdb.debug.embedded.preferences">
|
|
<CatchpointConfiguration>
|
|
<Exec>false</Exec>
|
|
<Fork>false</Fork>
|
|
<Vfork>false</Vfork>
|
|
<Syscalls />
|
|
<CXXCatchpoints />
|
|
</CatchpointConfiguration>
|
|
<VisualWatchPreferences />
|
|
<MaskInterruptsWhileStepping>false</MaskInterruptsWhileStepping>
|
|
<MemoryWindowPreferences />
|
|
<LiveVariables />
|
|
<LoadGlobalsWithoutConfirmation>false</LoadGlobalsWithoutConfirmation>
|
|
<LiveVariablePreferences>
|
|
<ViewMode>AllGlobals</ViewMode>
|
|
<FavoritesOnly>false</FavoritesOnly>
|
|
</LiveVariablePreferences>
|
|
<Suggestions />
|
|
<HardwareRegisters />
|
|
</DebugPreferences>
|
|
</VisualGDBUserPreferences> |