dotBunny / VSCode

Unity Visual Studio Code Integration
MIT License
673 stars 180 forks source link

Breakpoints not working #128

Closed nocksock closed 8 years ago

nocksock commented 8 years ago

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 onnull' value)`

UPDATE

My bad: i also had the unity-debugger (by unity) installed. uninstalled it and now it works GREAT!