More problems with 3.3.91 debugger
leonp at plris.com
leonp at plris.com
Sun Jun 11 11:31:37 BST 2006
Hello, All.
The message below was sent on Tuesday and I did not see any attitude to it.
I shall be very glad if somebody will find a second to read it and say if this
is some my problem or bug which will be treated in the next snapshot.
Again, I should like to remind that everything works fine with the last stable
version 3.3.2.
-------------------------------------------------------------------------------------------
I avoid the problem I reported with the debugger by putting the "file
myapplication" clause to the .gdbinit file.
OK. now I received the following error messages:
"You can not do that when your target is 'exec'."
which was followed by some other "stupid" errors...:-))
My .gdbinit script looks like (remember - I am doing embedded development):
#----------------------------------------------------------------
target mpcbdm 0
#Designate BDM to break in PreCommandLoop (PCMCIA_PBR7)
set *(int*)0xFFA000B8=1
printf "Running uMon"
continue
printf "Loading...\n"
file ../debug/src/vweb
load
printf "Loaded!!!\n"
#----------------------------------------------------------------
Just to remind - everything works OK in 3.3.2.
Thanks.
--
Leon
More information about the KDevelop
mailing list