Resharper-unity: Ability to redirect tracepoint output to Unity console

Created on 26 Jul 2019  路  5Comments  路  Source: JetBrains/resharper-unity

Tracepoints are hugely useful, however the output is not in a very useful place for a developer working with Unity3D. In fact I remember a while back it took me quite some time to find where they went initially. It would be a huge win if we could set tracepoints and see their output directly in the Unity console. They could be prefixed with "[TRACEPOINT]" or something for clarity sake.

(to be clear, when I say tracepoint I mean a breakpoint with _Evaluate and log_ set and _suspend_ off)

Most helpful comment

Must have )

All 5 comments

Thank you for the idea. Couple of screenshots would help a lot. By "Unity console" do you mean in Rider or in Unity?

I mean the console inside of Unity but I think both would be nice. Essentially, hitting a tracepoint would result in Debug.Log firing with the evaluated content of the tracepoint to print.

Second this, it would be super helpful!

Must have )

This is a must have!

ps. I was searching to find where the tracepoint log is. The answer is here in the Debug Output tab. Not Console tab. Not Event Log tab. And that was often flooded with thread messages.

image

Was this page helpful?
0 / 5 - 0 ratings