CDT 6 (eclipse galileo) snow leopard debugging problem

This week I am upgrading to Snow Leopard and xcode 3.2, and since then I have had problems with CDT. I tried this on CDT 5 (ganymede) and CDT 6 (galileo).

If I try to debug the application using the "Standard Create Process Launcher" launcher, it delays about 10 seconds to actually get to the debugging breakpoint, which is very strange.

If I use the "GDB (DSF) Create Process Launcher" as the start, it works at the speed I expect, but the variables tab, which shows me what is happening in the current area, shows the following variable values:

"Failed to execute the MI command: -var-update 1 var2 Error message from the back of the debugger: Variable object not found Could not execute the MI command: -var-update 1 var2 Error message from the back of the debugger: Variable object not found"

I don’t know how to solve this or that problem, any of them will allow me to work up to speed.

early.

+3
source share

Source: https://habr.com/ru/post/1719930/


All Articles