vote up 0 vote down star

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?

flag

50% accept rate

1 Answer

vote up 1 vote down

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|flag

Your Answer

Get an OpenID
or

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