View Issue Details

IDProjectCategoryView StatusLast Update
0001431Spring engineLinuxpublic2009-06-15 09:21
ReporterLupus Assigned To 
PrioritynormalSeverityfeatureReproducibilityN/A
Status closedResolutionwon't fix 
Summary0001431: Install wrapper for screened gdb session instead of binary in Debug mode
DescriptionIt would be useful if cmake generates and installs a gdb wrapper for spring binary if it's a debug build. I have to do some copying(spring->spring.bin, wrapper->spring) each installation. Sometimes i forget about it and can't post backtrace cause spring was launched as is...
Additional Informationbtw, my wrapper:
#!/bin/bash
echo run $@ > spring.gdb
screen -A -m -d -S spring_gdb gdb -x spring.gdb /usr/local/bin/spring.bin

TagsNo tags attached.
Checked infolog.txt for Errors

Activities

Auswaschbar

2009-06-15 09:21

reporter   ~0003644

Just make a spring_gdb scipt and ust this instead of spring (executable can be set in springlobby).

Issue History

Date Modified Username Field Change
2009-05-29 11:56 Lupus New Issue
2009-06-15 09:21 Auswaschbar Note Added: 0003644
2009-06-15 09:21 Auswaschbar Status new => closed
2009-06-15 09:21 Auswaschbar Resolution open => won't fix