Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[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 ;-)



Back to the top