Hi,
1) I'm using tdm gcc 4.6.1 and gdb 7.3. When I set breakpoint into lambda expression debugger breaks at correct line, and immediately changes context to one frame 'higher'. So i typed in gdb console 'frame 0' but code blocks again changed it immediately to frame 1. When i runned gdb from console (without C::B) everything was fine.
I can paste log if u want, but i can tell u now that gdb breaks inside lambda, then c::b calls "info locals", "info args", "bt 30" and after that "frame 1".
2) when i tryig change gdb prompt in c:b console debugger hangs.
3) where cen i find gdb initialization commands (these send from c::b), or its hardcoded in source?
Sorry for multi thread
PS. code::blocks build rev 7671