Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)

C# build settings

Dick_M_
Beginner
389 Views

What are the best settings for building C# projects in MS Visual Studio for use with VTune? All the documentation seems to be only for C/C++.

0 Kudos
1 Reply
Peter_W_Intel
Employee
389 Views
Use C# compiler option "/debug" with "/pdb filename", see http://msdn.microsoft.com/en-us/library/ms228625(v=vs.80).aspx
0 Kudos
Reply