Version: CVS (using KDE KDE 3.1) Installed from: RedHat RPMs I segfaulted in some code without source, for example a run-time library. The Kdevelop debugger should have moved the source code display to the nearest frame that has source available. As currently implemented the source display doesn't change at all if you segfault without source.
I think that would be more misleading than not moving at all as then you'll get the debugging pointer saying this is where we are, when you are not actually there. And don't forget about those who want to see the disassembled code :) Currently a status message should be displayed saying "no source" and if you have the disassembly window open the corect disassembled code will be displayed.
Another idea would be to force display of the assembly window.