简体   繁体   中英

Mac C/C++ Eclipse Debugger hangs

When I try to use the debugger on a simple test project the console dumps out the following:

warning: `/var/folders/s1/dxx9glzn45j6x2ypzk9xkjnc0000gp/T/Test-0061ba.o': can't open to read symbols: No such file or directory. $1 = 0xff The target endianness is set automatically (currently little endian) No symbol table is loaded. Use the "file" command.

Launching the debugger gets 99% complete and gets stuck! It just hangs there for awhile and when I try to terminate the connection nothing happens. Then when I go to shut down eclipse I usually have to force quit it :( Anyone have any ideas?

I fixed this issue by correcting the gdb-cert. Make sure you select code signing "Always trust"

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM