so if I debug my C++ code using eclipse CDT, it appears that it always start the debugging process from the main() function even though there is no breakpoint at the beginning main()...
is there a way to have eclipse CDT start to debug from the first breakpoint rather than main()?