View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001431 | Spring engine | Linux | public | 2009-05-29 11:56 | 2009-06-15 09:21 |
| Reporter | Lupus | Assigned To | |||
| Priority | normal | Severity | feature | Reproducibility | N/A |
| Status | closed | Resolution | won't fix | ||
| Summary | 0001431: Install wrapper for screened gdb session instead of binary in Debug mode | ||||
| Description | It 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 Information | btw, my wrapper: #!/bin/bash echo run $@ > spring.gdb screen -A -m -d -S spring_gdb gdb -x spring.gdb /usr/local/bin/spring.bin | ||||
| Tags | No tags attached. | ||||
| Checked infolog.txt for Errors | |||||
| 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 |