How to disable PHP cutting off parts of long arguments in exception stack trace?

Viewed 3981

Sometimes things like this happen:

#0 /some/path(1): Class_Name->exception_trigger()
#1 /some/other/path(5):  get_to('/some/long/path/tha...')

How do I get to see the full arguments for everything?

2 Answers
Related