Search Unity

visual studio code "Configuration debug type 'unity' not supported"

Discussion in 'Linux' started by knobby67, Jan 1, 2017.

  1. knobby67

    knobby67

    Joined:
    Aug 30, 2015
    Posts:
    389
    Hi,
    has is anyone using visual studio code to debug in Linux? I've installed vsc, added the unity addons. Set the debugger to unity in the drop downs however this give and error as per my title. Has anyone got vsc debugger working with Unity. If so can you give any tips?
    Thanks.
    PS my first time using vsc so I might have missed some step, but don't think so...
     
    gururise likes this.
  2. knobby67

    knobby67

    Joined:
    Aug 30, 2015
    Posts:
    389
    Got it working (sort of.. ) had to apt-get mono complete.
    Pause/start now works. However it doesn't appear to stop at break points, that might be my misunderstanding of the debugger though.
     
  3. MikeBike

    MikeBike

    Joined:
    Apr 29, 2017
    Posts:
    28
    I had it working but after a new install Ubuntu 16.04 I get this error. Tried the above but no luck.
    Thanks for help.
     
  4. MikeBike

    MikeBike

    Joined:
    Apr 29, 2017
    Posts:
    28
    Ok works now fine in 16.04. I forgot to install also the Unity debugger extension, aside c# extension in Code.
    Don't install Ubuntu 17.04 for now.