Haiku Debugger skipping missing debuginfo

I noticed that whenever a program crashes, I’m very unwilling to debug it because it involves pressing “skip” button 200 times given that at first I just want to vaguely see what went wrong and decide which debug symbols I actually need to install.

Is there any way to automatically skip all missing debuginfo? Like a command line argument or anything like that?

Check the syslog, the short crash info should be available there.

Good suggestion.
Still it would be great to be able to skip uninstalled debug symbols, because maybe if the crash is in one area of the program you don’t need the debug symbols for all the other 50 libraries that it uses :man_shrugging:

https://dev.haiku-os.org/ticket/14601