Quantcast
Channel: Questions in topic: "error message"
Viewing all articles
Browse latest Browse all 2891

How do you get console messages in order?

$
0
0
Until now I thought, that the console lists errors and Debug logs ordered by time. But sometimes there are errors in update() in the beginning of the console and in the end there are OnCollisionEnter()-errors (both should be called after all start()s right?), while in the middle there are Start() and even Awake() errors. Collapse doesn't do what I want. How can I view the order, in which errors are thrown?

Viewing all articles
Browse latest Browse all 2891

Trending Articles