Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] eclipse cdt debugging question

Hi Martin,

Which versions of CDT and Eclipse are you using?
Can you please provide the gdb trace? On how to do it see the CDT Debugger FAQ #5.

Thanks,
Mikhail
----- Original Message ----- From: "Martin Hajduch" <martin@xxxxxxxxxx>
To: <cdt-dev@xxxxxxxxxxx>
Sent: Friday, December 24, 2004 9:11 AM
Subject: [cdt-dev] eclipse cdt debugging question


hi,

i'm sorry if this is not the proper mailing list for my question, but i haven't found any better

my problem: when i try debugging in eclipse cdt, using gdb, no matter whether on linux or on windows (mingw), every time i use step into/step over functionality (f5/f6), actual thread loses focus and i have to click on it again before i can step over next line

if i select only the thread (not the first stack entry), then the next step into/step over causes the first stack entry to be selected; and the next step into/over causes, that the whole thread loses selection (and has to be selected again before any further step into/step over command can be performed)

since i'm interested only in this one thread while debugging, is there a way how can i tell eclipse, that all step into/step over commands are related to this one thread and they should be executed (without a need for repetitive thread selection) ?

thank you very much for any hint !

best regards,

martin hajduch

p.s. wish you merry christmas and a happy new year ;-)

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/cdt-dev




Back to the top