------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=140891 apaku gmx de changed: What |Removed |Added ---------------------------------------------------------------------------- Component|general |CPP Debugger ------- Additional Comments From apaku gmx de 2007-01-30 14:56 ------- When this happens, go to the debugger toolview in the bottom part and right click it. Choose "Show full debug output" and create an attachment with that here. Also if you use this on a publicly available project please tell us where we can fetch it and what exactly happened, i.e. in which file have you started stepping and to which was it supposed to jump, where did it jump to instead. (including lines). Last but not least: Make sure the program is compiled with -g3 -O0, anything else will make gcc optimize code and thus debugging won't work properly. I've never seen this before, btw.