Remote Debugger Trouble.

Hi

Linux Mint 16 - Cinnamon 32 bit
Xojo 2014 Release 2

Trying to run the remote debugger from the /opt folder gives me the attached error. Anyone else seen this?

If I copy the remote debugger from my OSX install to the VM all works fine

You probably don’t have sufficient rights to run the program as an executable from that directory. Try copying that file and subdirectory to a directory under your Documents (/home/Patrick/Documents) and then try running it again.

An alternative is to go to the terminal, navigate to that folder and then do a sudo ./RemoteDebuggerConsole, type in your password and it should launch.

Let us know how it goes!

[quote=107005:@Patrick Delaney]Hi

Linux Mint 16 - Cinnamon 32 bit
Xojo 2014 Release 2

Trying to run the remote debugger from the /opt folder gives me the attached error. Anyone else seen this?

If I copy the remote debugger from my OSX install to the VM all works fine[/quote]
is the one in /opt set as executable ?

My guess is that the RemoteDebuggerConsole app is not executable (+x). What made it this way?

Thanks guys…

Norman - that was exactly it. I’ve set myself to owner of the /opt/Xojo folder and changed the remote debugger file to be an executable. Seems the Install didn’t mark this file as being an executable - is this correct behaviour?

Kevin - that didn’t work for the reason above. Thanks though.

Interesting that the OSX install sets the Linux debugger to be executable whereas the Linux one doesn’t