Remote Debug /Apps in a Parallels VM

I’ve installed Ubuntu in a Parallels VM on an M2 Mac
None of my compiled Linux apps start, and neither does the remote debug stub.
They all say they are permitted to run as executables (see picture)

Why would I see no UI appear at all?

Just as a data point, can you launch the debug stub from the command line?

I can’t.

ldd ./myAwesomeApp

Maybe just to make sure no dependencies are missing

I get ‘not a dynamic executable’ on my app and the Debugger

Hmmmmmm :thinking:

Correct architecture?

Is there a Kernel update available?

1 Like

Thats a very good question.
My app will definitely have been compiled for x86 32bit, which is wrong, so I’ll go check.