Debugging XBMC in Linux, IDE?
#1
I'd like to debug the PVR-testing branch on linux to see if i can help in it's development.

Can anyone recommend the best tools/ approach for this? I'm used to windows
IDEs and was wondering if there's anything similar I could use for xbmc on linux.

Should I use eclipse? Any suggestions for preferred tools or the best way to go about this appreciated.
Reply
#2
I'm up and running with eclipse Smile May try kdevelop later to see what it offers.
Reply
#3
Learn how to use gdb.
Reply
#4
I'm happy with kdevelop4. It's down to about one crash/hour, so quite usable Wink
The debugger integration did make huge steps compared to kdev3, like hover to see variables etc.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. If you don't have the time to read them, please don't take the time to post in this forum!
For troubleshooting and bug reporting please make sure you read this first.
Reply
#5
kdevelop here too
Reply
#6
vim + gdb + the allmighty printf
Reply
#7
spiff Wrote:vim + gdb + the allmighty printf

+1, don't forget bash! I'll use cdbg if I feel like humoring a crappy libgdb GUI wrapper.
Reply
#8
althekiller Wrote:I'll use cdbg if I feel like humoring a crappy libgdb GUI wrapper.
You mean cdbg or cgdb?
For troubleshooting and bug reporting please make sure you read this first.
Reply
#9
cgdb apparently. ): aixelsiD
Reply
#10
Qt Creator also have a nice gdb wrapper.
Reply

Logout Mark Read Team Forum Stats Members Help
Debugging XBMC in Linux, IDE?0