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
|
<?xml version="1.0" encoding="UTF-8"?>
<Debuggers Version="5.4">
<ArchiveObject Name="GNU gdb debugger">
<wxString Value="GNU gdb debugger" Name="name"/>
<wxString Value="" Name="path"/>
<bool Value="0" Name="enableDebugLog"/>
<bool Value="1" Name="enablePendingBreakpoints"/>
<bool Value="0" Name="breakAtWinMain"/>
<bool Value="0" Name="showTerminal"/>
<wxString Value="" Name="consoleCommand"/>
<bool Value="0" Name="useRelativeFilePaths"/>
<bool Value="0" Name="catchThrow"/>
<bool Value="1" Name="showTooltips"/>
<bool Value="0" Name="debugAsserts"/>
<int Value="200" Name="maxDisplayStringSize"/>
<bool Value="0" Name="resolveLocals"/>
<bool Value="0" Name="autoExpandTipItems"/>
<bool Value="1" Name="applyBreakpointsAfterProgramStarted"/>
<CData Name="startupCommands">
<![CDATA[python
import sys
sys.path.insert(0, '$CodeLiteGdbPrinters')
from libstdcxx.v6.printers import register_libstdcxx_printers
register_libstdcxx_printers (None)
from qt4 import register_qt4_printers
register_qt4_printers (None)
from wx import register_wx_printers
register_wx_printers (None)
end]]>
</CData>
</ArchiveObject>
<ArchiveObject Name="DebuggerCommands"/>
</Debuggers>
|