How to setup debugger in Eclipse Juno for C/C++ on windows -


i installed eclipse juno c/c++ developers.

i created small sample project few .c , .h files , makefile. project seems compile fine , creates executable. i'm able run executable within eclipse , in windows.

the problem if try debugging. following error message: eclipse debug error

here's debug configuration: enter image description here

you need select parser debugger function.

http://help.eclipse.org/indigo/index.jsp?topic=%2forg.eclipse.cdt.doc.user%2ftasks%2fcdt_t_proj_parser.htm


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -