Hi, Chromium developers!
I would like to know what' the convention for you guys, especially googlers to debug in linux?
Is gdb a recommended way?
I tried to use eclipse 3.8 following the link in chromium wikki page for about a week, and so far have a very bad experience. it has several issues:
1. break point installation failed
2. cannot start debug session, even restart eclipse. and just before i update indexer and it's working fine. meanwhile gdb still works.
My question is if it's practical to use eclipse in Chromium case?
But I really don't want to give up GUI debugger tool and think this is much more efficient way to work on large size code such as Chromium, especially as a newcomer in this area . Any thoughts?
Thanks!