Hi, what I do right now is:
type bt.
Is there any way to automate typing bt?
This would help in cases where the crashing app causes a frozen desktop.
Thank you.
gdb /usr/bin/app
set logging on
run
do something that triggers the crash.type bt.
Is there any way to automate typing bt?
This would help in cases where the crashing app causes a frozen desktop.
Thank you.