Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

visual studio watch: node not supported

Tags:

c#

unity3d

I'm having problem with VS2013 watches. For example a watch that adds two floats is ok but adding a double and a float is not. Why is that and what should be done? This is a game project using Unity3d and the .Net version is 3.5. enter image description here

like image 882
morteza khosravi Avatar asked Jul 09 '15 04:07

morteza khosravi


People also ask

How do I open the Watch window in Visual Studio 2022?

The Watch Window. The Watch Window allows you to see value of variables and expressions while debugging. It's kind of like the DataTip you get when hovering over a variable, except that you can write any expression you want. It's available from Debug | Windows | Watch | Watch 1 or Ctrl + Alt + W + 1.

How do you add a watch to Vscode?

Right click on the variable in code, and select "Add Watch" Right click on the variable in the "Locals" windows, and select "Add Watch" Type the variable name into a new row in the Watch pane itself.


1 Answers

I recommend you to use VS studio 2015 since unity recommends that version integrated with the vs studio tools for unity where there is a lot of advanced debugging tools, just like rendering debug and everything is simplified for that version.

  • Visual studio tools for unity - https://www.visualstudio.com/en-us/features/unitytools-vs.aspx

There is a tutorial about how to install that tools and connect them:

https://youtu.be/lKHCrRNTf_s?list=PLReL099Y5nRfseAg0k1SJOlpqdcsDs8Em

https://youtu.be/vAcSTo6w2Ts

like image 143
Tiago Fabre Avatar answered Oct 05 '22 13:10

Tiago Fabre