KirillOsenkov / MSBuildStructuredLog

A logger for MSBuild that records a structured representation of executed targets, tasks, property and item values.
MIT License
1.42k stars 188 forks source link

Add CPP Details by parsing MTT and Bt+ into Tracing View #608

Closed yuehuang010 closed 2 years ago

yuehuang010 commented 2 years ago

Extract the diagnostic messages and add them to the trace view:

"Cpp Details" Off: image

"Cpp Details" On: image

Add an option merge all the nodes into one node. Screenshot of the updated context menu:

image

Improve the loading of the graph by only rendering the initial viewport.

KirillOsenkov commented 2 years ago

Let me know when this is ready for review and testing.

yuehuang010 commented 2 years ago

Let me know when this is ready for review and testing.

@KirillOsenkov Ready Now.