I notice there is an option to recompile 'referencing' objects. Although I've never used that, I can see it's advantage in ensuring that everything that depends on the item in hand is still valid.
I often, however, find myself wanting to recompile the referenced objects called by the one I am trying to debug. There doesn't seem to be an easy way to add the debug information to them without examining the dependencies manually.
I'd be concerned if they didn't compile, but not if they belong in another schema and I don't have the privilege to compile them : it should still carry on and add debug information to the rest.
Is there a simple way to achieve this?
[ without writing myself a script ... ]
Thanks,
Tim