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

Using vtune as a debugger

Prashanthns
Beginner
315 Views
How can I create a project using C and asm files in vtune for Linux and debug it ? Is there any document that explains step by step instructions to do this ??
0 Kudos
1 Reply
TimP
Honored Contributor III
315 Views
Both vtune and debuggers prefer the project to be built with -g option. They differ in that debugging may be more convenient with -O0 compilation (although some possible problems would be suppressed), while for vtune you would set normal optimization explicitly. There is nothing to stop you from running the same build under debugger and under vtune, but you wouldn't normally use both at the same time.
0 Kudos
Reply