I followed the instructions at https://code.visualstudio.com/Docs/runtimes/unity but when I set a breakpoint, then start the debugging (getting UnityDebug: Attached to Unity editor process 'Unity' (75776)) and then hit play in Unity.
But when reaching the Breakpoint, nothing happens.
I get the Output of Debug.Log in Unity, so I'm 100% sure that it reaches this point.
When I right click on the breakpoint and choose "Enable/Disable Breakpoint" I get error while processing request 'setBreakpoints' (exception: Cannot perform member binding onnull' value)`
UPDATE
My bad: i also had the unity-debugger (by unity) installed. uninstalled it and now it works GREAT!
Hi!
I followed the instructions at https://code.visualstudio.com/Docs/runtimes/unity but when I set a breakpoint, then start the debugging (getting
UnityDebug: Attached to Unity editor process 'Unity' (75776)
) and then hit play in Unity.But when reaching the Breakpoint, nothing happens.
I get the Output of Debug.Log in Unity, so I'm 100% sure that it reaches this point.
When I right click on the breakpoint and choose "Enable/Disable Breakpoint" I get
error while processing request 'setBreakpoints' (exception: Cannot perform member binding on
null' value)`UPDATE
My bad: i also had the unity-debugger (by unity) installed. uninstalled it and now it works GREAT!