blob: be9e9ee918f2f3119c88844a63dd7da0bb6dfe22 (
plain)
1
2
3
4
5
6
7
8
9
|
<SupplementalLaunchOptions>
<AttachOptions>
<AttachOptionsForConnection>
<SetupCommands>
<Command IgnoreFailures="true" Description="Enable pretty-printing for gdb">-enable-pretty-printing</Command>
</SetupCommands>
</AttachOptionsForConnection>
</AttachOptions>
</SupplementalLaunchOptions>
|