Sun Guangdong 2015.12.5
To implement such a debug requires an extension of VS Code.
Release Notes
Version 0.1.0:
- You can attach the VS code to the Unity editor.
Download
Install Instructions
- Install Visual Studio Code 0.10 or higher.
- Download Unity-debug Zip-file and unzip it as: "Unity-debug" folder. (Package.json should be at the root of the "Unity-debug" folder)
- OSX & Linux Platforms:
- Install the latest version of the Mono framework.
- Copy the "Unity-debug" folder to ${home}/.vscode/extensions/. Osx:you can open the. Vscode folder using the Terminal app and typing "open ${home}/.vscode"
- On the Windows platform:
- Copy "Unity-debug" folder to%userprofile%\.vscode\extensions (create one if no Extensions folder exists) (typically C-drive user then)
- Restart VS Code.
- Use vs Code to open Unity project's root directory
- Select Debug mode
Then now come to the. vscode/launch.json file for the Unity project folder.
Then just set the breakpoint and start unity on the line.
????
Unity and Visual Studio Code (VS Code) Third bomb-unity Debugger Extension Preview