I am currently trying to debug a CEC issue on Rasplex. Therefore I copied my own plexhometheater build to /storage/debug/plexht because I noticed that the start script starts a plexhometheater that is located there instead of the plexhometheater from /usr/lib/plexhometheater. I can see that it gets started but it crashes immediately. Of course I thought that I made something wrong with my executable, but I tried to copy the original plexhometheater from /usr/lib/plexhometheater to /storage/debug/plexht and it crashes there too. That is the proof that the reason for the crash is not my executable but the location it is run from.
Does somebody know what could be the reason for this behavior? How do you debug executables on Rasplex? Do you always exchange the complete Image?
Gerald