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

Vtune flavor of Eclipse and debugging

mark_redekopp
Beginner
247 Views
Hi

I'm also trying to use the Eclipse package that comes with VTune to develop a simple C++ app and debug it. When I try to debug I point it to gdb but then it says that "The CPU is not supported by selected debugger". I can run gdb standalone at the command line.

I'm new to Eclipse. What do I have to do to get the Eclipse debugger to work?

Mark
0 Kudos
1 Reply
Peter_W_Intel
Employee
247 Views
Hi Mark,

VTune Performance Analyzer pluged-in *Eclipse does NOT support debugging function, it does performance data collection, and analysis whichworks as post-analyzing.

I think that Intel? C/C++ compiler has IDB component which can work on Eclipse* to support debugging. Please install Intel? C/C++ compiler with IDB, with Eclipse* component integration,then try.

For more questions, please create a new thread on http://software.intel.com/en-us/forums/intel-c-compiler/

Thanks, Peter
0 Kudos
Reply