HideInCallstackAttribute double click behaviour

The [HideInCallstack] attribute works well for reducing log noise added by logging helper functions. However it’s highly annoying that double clicking a console log still takes you to the function with the attribute itself, rather than the callsite of the function.

The current behaviour makes double clicking in the console completely useless if you’re using any kind of log handler or helper function.

2 Likes