up vote 0 down vote favorite
share [g+] share [fb]

I have a complex set of MSBuild .targets files tha I am trying to debug. I want to figure out who is who, in what order, when.

I tried using 'msbuild /v:diag' but I don't see this much detail in there.

Is there a way to get this information?

link|improve this question

42% accept rate
feedback

1 Answer

MSBuild Sidekick from Attrice Corp provides debugging functionality (single stepping and looking at variables) as well as an "Execution plan" view of your script hierarchy.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.