Re: [GENERAL] eclipse-gdb

2014-06-16 Thread Tom Lane
Ravi Kiran writes: > Whenever I give break points in nodenestloop.c, it goes to main.c and > finally the process ends there, The control never comes back to > nodenestloop, how can we the proces constrained only to nodenestloop. If gdb sort-of-works but seems to get confused about specific breakp

[GENERAL] eclipse-gdb

2014-06-16 Thread Ravi Kiran
hi, How do we debug specific functions in gdb of eclipse. Whenever I give break points in nodenestloop.c, it goes to main.c and finally the process ends there, The control never comes back to nodenestloop, how can we the proces constrained only to nodenestloop. Thank you