Search Unity

I love clickable console log links with DOTS

Discussion in 'Entity Component System' started by Antypodish, Aug 2, 2019.

  1. Antypodish

    Antypodish

    Joined:
    Apr 29, 2014
    Posts:
    10,769
    This post is not explicitly related to DOTS, but that what I work with atm.

    It was a nightmare in previous Unity versions, when had error and couldn't simply click on the relevant line of dumped error log from the stack.

    Now with the new Unity 2019.x I have noticed by chance, we got actually clickable log links, allowing finally quick jump, to relevant line of code. Amazing :rolleyes:

    upload_2019-8-2_6-49-4.png

    Previously and even with Unity 2019, I used Console Enhanced, to compensate lack of that feature. Worked well.

    But I am glad, we got that by default now. :)

    Do you have some other tools / needs, which helps / could help you in DOTS dev and debugging?
    Sure Entity Debugger is still to improve, but we getting there on that part.
     
  2. Mark-Currie

    Mark-Currie

    Joined:
    Sep 6, 2012
    Posts:
    54
    It's about time! :)
     
    Antypodish likes this.