Hacker News new | ask | show | jobs
by g3orge 4838 days ago
so this is a colored version of gdb's `bt` command? am I missing something?
1 comments

...without running gdb?

I think this eases the workflow if you're not always running the application from within gdb.

Btw, does gdb expand inline calls in the backtrace?

yes, gdb can expand inline calls in a backtrace.