|
|
|
|
|
by brandmeyer
1665 days ago
|
|
GDB has a pluggable pretty-printing system. http://sourceware.org/gdb/wiki/STLSupport That doesn't necessarily help if you are backtracing from your own lambda up through some <algorithm>. But it does help many other use cases with the standard library. |
|