2 Mar
2009
2 Mar
'09
1:21 p.m.
Stephan Menzel wrote:
Hi there,
I just noticed there seems to be no way of debugging into a BOOST_FOREACH loop... Is that true?
I use g++ 4.3 / gdb 6.8 here and neither would the debugger stop any any breakpoint inside such loops nor can I step into them from outside. Is this supposed to be like that?
For me, breakpoint inside BOOST_FOREACH works. Stepping into it also works, except that you have to pass by untold millions of axillary functions. g++ 4.2, gdb 6.8 - Volodya