Unity Debugger Extension for Visual Studio CodeSTATEMENT Forked from deitry/vscode-unity-debug. Just reactivate this plugin in vscode, not guaranteed to work normally. PR is very welcome, I will merge it when I have time. ~~STATEMENT~~ ~~Sadly, I don't have enough time to work on this extension and most of the time I don't even have a need to debug Unity code. Even original developers and maintainers are giving up on this extension, e.g. see https://github.com/Unity-Technologies/vscode-unity-debug/issues/207#issuecomment-1131464573~~ ~~So I doubt there will be updates in the future. :(~~ NOTE: This is a fork of an original Unity debugger extension and should be considered as Preview version of Unity debugger extension. See here for the reasons of fork creation. Please refer to this repo for actual source code of extension. This extension is not officially supported by Unity Technologies. Use Visual Studio Code to debug your Unity C# projects. Setup
Attach to Process PickerNew in version 1.1.0 it is now possible to select which Unity process you want to attach to from a quick pick menu.
UsageStrings 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. BuildingTo build this repository, clone it then get all submodules:
Then open |