From kde-bugs-dist Tue Jan 30 13:56:36 2007 From: Andreas Pakulat Date: Tue, 30 Jan 2007 13:56:36 +0000 To: kde-bugs-dist Subject: [Bug 140891] mi_cmd_var_create gdb: unable to create variable object Message-Id: <20070130135636.11122.qmail () ktown ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=117019827623581 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. 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.