Every time I load a recording I get loads of lines with messages about loading symbols. I’m not interested, I want them off.
How do I disable them?
The simplest way to do that is to add the following line to your `.udbinit`:
set print symbol-loading off
this will disable the output entirely. If you want a shorter version of the messages but still want to see something the following are the options you have:
not running> help set print symbol-loading
Set printing of symbol loading messages.
off == turn all messages off
brief == print messages for the executable,
and brief messages for shared libraries
full == print messages for the executable,
and messages for each shared library.