LinuxMCE Forums

General => Developers => Topic started by: kyfalcon on June 10, 2011, 05:25:26 pm

Title: Debug
Post by: kyfalcon on June 10, 2011, 05:25:26 pm
Is there a way to run this in a debugger? Or do you just have to add a bunch of comments to the logs?
Title: Re: Debug
Post by: tschak909 on June 10, 2011, 07:53:54 pm
Yes, run the device binary in gdb. ;)

-Thom