where to find debug window visual studio code example
Example 1: Use VS Code’s Variable Explorer (or equivalent) to display all of the local variables.
Use VS Code’s Variable Explorer (or equivalent) to display all of the local variables.
Example 2: c# how to debig
Debug.Log("Hello World"); //Show "Hello World" at the console