| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This extension is not officially supported by Unity Technologies.
Use Visual Studio Code to debug your Unity C# projects.
Open your Unity project folder in the Visual Studio Code.
Select the debug view on the left and click the cogwheel.
New in version 1.1.0 it is now possible to select which Unity process you want to attach to from a quick pick menu.
In the command palette type "Unity Attach Debugger"
Wait a bit for the Unity processes list to appear at the top of the VS Code window.
Select the Unity process you wish to attach the debugger to.
Strings in the variable view is truncated to 100 characters, with appended ellipsis. "Example wor...". To view the entire value of this string add it to the watch fields. In addition, evaluating the variable using the debugger console will reveal the same result.
To build this repository, clone it then get all submodules:
git clone https://github.com/Unity-Technologies/vscode-unity-debug
cd vscode-unity-debug
git submodule update --init --recursiveThen open VSCode-UnityDebug.sln in Visual Studio.
| Back | FazBrowse Home | New Git URL |