How to display the description when raise objection

Hi there,
I’m trying to raise an objection like follows:

phase.raise_objection(.obj(this),.description("start of test"));

I set the +UVM_VERBOSITY=UVM_DEBUG, but I did not see “start of test” being displayed.

Can anyone give me some hints?

Thanks,
Rui

Take a look at this page which describes the built-in UVM debugging capabilities. Objection tracing is one of the options.