linux, eclipse and debuggin XBMC
#1
I'm having only limited luck debugging XBMC with eclipse. It frequently locks up with xbmc.bin taking all four processors and xubuntu stops except for moving the mouse around.
Luckily I can ssh in from a defferent computer kill -9 xbmc.bin and then I'm back.
I haven't really investigated yet, but I was wondering if anyone had some hints or even a solution!

thanks
mike
Reply
#2
don't use eclipse. it gives 'sucks' new dimensions. anyways, it's likely gdb eating your ponies.. it has its quirks
Reply
#3
I use eclipse for quite a while and don't encounter any problems. I run it on a remote pc through ssh and X11 forwarding. The debug session loads much faster if you only compile those files with -g which you are interested in. (I do most development on Atom D2700 or E350).
Reply

Logout Mark Read Team Forum Stats Members Help
linux, eclipse and debuggin XBMC0