Eclipse: what is MI command and why does it matter for running the C code? -


while trying debug c code snippet eclipse, shows out following popup.

error in final launch sequence failed execute mi command: -exec-run error message debugger end: unable find mach task port process-id 4550: (os/kern) failure (0x5).\n (please check gdb codesigned - see taskgated(8)) unable find mach task port process-id 4550: (os/kern) failure (0x5).\n (please check gdb codesigned - see taskgated(8)) 

is there solution matter? also, want ask if bothers lot use eclipse when writing code in c. never had kinds of trouble when first started learning xcode, there seems quite lot of things should care eclipse.

from community forums
when cdt launches, tries set breakpoint @ main, interrupt execution when program starts. however, target running breakpoint cannot set , whole things fails.

you tell launch not set breakpoint , let connect target. go to: run->debug configurations... , find launch configuration. select startup subtab, scroll down , uncheck "set breakpoint at" in "runtime options" subsection.

or see gdb fails “unable find mach task port process-id” error


Comments

Popular posts from this blog

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

c# - Get rid of xmlns attribute when adding node to existing xml -