Search Unity

MonoDevelop debugging on Linux issue--Unable to Attach to process

Discussion in 'Linux' started by awwolfe, Sep 18, 2016.

  1. awwolfe

    awwolfe

    Joined:
    Sep 22, 2013
    Posts:
    27
    I've been unable to attach monodevelop to the unity editor.
    "Debugger operation failed: Command execution timeout"

    From monodevelop: when I select menu "Run:Attach to Process...", I get a large dialog of running (all?)processes, I select the /opt/Unity/Editor/Unity" --in my case I am running "/opt/Unity/Editor/Unity -force-glcore". Only debbuer option listed is GNU Debugger (GDB) --do I need to install a different one?

    Is there a trick or permissions or anything that needs to be setup configured (unlike windows, which attaches out of the box)?

    I am using 5.5.0xb2 on LinuxMint 18

    Thanks